Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
8d61b3bf
Commit
8d61b3bf
authored
Nov 15, 2007
by
Kai Vehmanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warnings.
darcs-hash:20071115164513-77cd4-a71168e05f0e654ae9c9fe7d320357b40fad35bc.gz
parent
9fb79c70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
stun/tests/test-bind.c
stun/tests/test-bind.c
+0
-1
stun/tests/test-conncheck.c
stun/tests/test-conncheck.c
+0
-1
No files found.
stun/tests/test-bind.c
View file @
8d61b3bf
...
@@ -352,7 +352,6 @@ static void keepalive (void)
...
@@ -352,7 +352,6 @@ static void keepalive (void)
{
{
struct
sockaddr_storage
addr
;
struct
sockaddr_storage
addr
;
socklen_t
addrlen
=
sizeof
(
addr
);
socklen_t
addrlen
=
sizeof
(
addr
);
size_t
len
;
int
val
,
servfd
,
fd
;
int
val
,
servfd
,
fd
;
/* Allocate a local UDP port for server */
/* Allocate a local UDP port for server */
...
...
stun/tests/test-conncheck.c
View file @
8d61b3bf
...
@@ -61,7 +61,6 @@ int main (void)
...
@@ -61,7 +61,6 @@ int main (void)
ssize_t
val
;
ssize_t
val
;
size_t
len
;
size_t
len
;
static
const
char
name
[]
=
"admin"
,
pass
[]
=
"secret"
;
static
const
char
name
[]
=
"admin"
,
pass
[]
=
"secret"
;
char
nbuf
[
STUN_MAX_STR
];
int
code
;
int
code
;
uint16_t
alen
;
uint16_t
alen
;
bool
control
=
false
;
bool
control
=
false
;
...
...
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