Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
85b8b38f
Commit
85b8b38f
authored
Aug 11, 2017
by
Luca Boccassi
Committed by
GitHub
Aug 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2677 from evoskuil/fix-warnings
Problem: unused variables causing warnings or breaks.
parents
6abeb7ec
a604b84a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
local_thr.cpp
perf/local_thr.cpp
+0
-3
No files found.
perf/local_thr.cpp
View file @
85b8b38f
...
@@ -32,10 +32,7 @@
...
@@ -32,10 +32,7 @@
#include <stdlib.h>
#include <stdlib.h>
// keys are arbitrary but must match remote_lat.cpp
// keys are arbitrary but must match remote_lat.cpp
const
char
server_pubkey
[]
=
"DX4nh=yUn{-9ugra0X3Src4SU-4xTgqxcYY.+<SH"
;
const
char
server_prvkey
[]
=
"{X}#>t#jRGaQ}gMhv=30r(Mw+87YGs+5%kh=i@f8"
;
const
char
server_prvkey
[]
=
"{X}#>t#jRGaQ}gMhv=30r(Mw+87YGs+5%kh=i@f8"
;
const
char
client_pubkey
[]
=
"<n^oA}I:66W+*ds3tAmi1+KJzv-}k&fC2aA5Bj0K"
;
const
char
client_prvkey
[]
=
"9R9bV}[6z6DC-%$!jTVTKvWc=LEL{4i4gzUe$@Zx"
;
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment