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
f4b91874
Commit
f4b91874
authored
Oct 13, 2011
by
Timothy Redaelli
Committed by
Youness Alaoui
Oct 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove warnings on stun/tests
parent
5e5da7b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
stun/tests/test-parse.c
stun/tests/test-parse.c
+2
-1
No files found.
stun/tests/test-parse.c
View file @
f4b91874
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
#endif
#endif
#include "stun/stunagent.h"
#include "stun/stunagent.h"
#include "stun/stunhmac.h"
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <stdlib.h>
...
@@ -455,7 +456,7 @@ bool test_vector_validater (StunAgent *agent,
...
@@ -455,7 +456,7 @@ bool test_vector_validater (StunAgent *agent,
StunMessage
*
message
,
uint8_t
*
username
,
uint16_t
username_len
,
StunMessage
*
message
,
uint8_t
*
username
,
uint16_t
username_len
,
uint8_t
**
password
,
size_t
*
password_len
,
void
*
user_data
)
uint8_t
**
password
,
size_t
*
password_len
,
void
*
user_data
)
{
{
int
callable
=
(
in
t
)
user_data
;
int
ptr_t
callable
=
(
intptr_
t
)
user_data
;
if
(
!
callable
)
if
(
!
callable
)
fatal
(
"vector test : Validater should not be called!"
);
fatal
(
"vector test : Validater should not be called!"
);
...
...
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