Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
107fe403
Commit
107fe403
authored
Oct 17, 2005
by
Pekka Pessi
Browse files
Silenced gcc4 warnings.
darcs-hash:20051017144954-65a35-6d12b49fbc1b9f30cd3485956147595212437ccd.gz
parent
924ae51a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
libsofia-sip-ua/nua/test_nua.c
libsofia-sip-ua/nua/test_nua.c
+10
-10
No files found.
libsofia-sip-ua/nua/test_nua.c
View file @
107fe403
...
...
@@ -616,18 +616,18 @@ int test_params(struct context *ctx)
sip_from_t
const
*
from
=
NONE
;
char
const
*
from_str
=
"NONE"
;
int
retry_count
=
-
1
;
int
max_subscriptions
=
-
1
;
unsigned
retry_count
=
-
1
;
unsigned
max_subscriptions
=
-
1
;
int
invite_enable
=
-
1
;
int
auto_alert
=
-
1
;
int
early_media
=
-
1
;
int
auto_answer
=
-
1
;
int
auto_ack
=
-
1
;
int
invite_timeout
=
-
1
;
unsigned
invite_timeout
=
-
1
;
int
session_timer
=
-
1
;
int
min_se
=
-
1
;
unsigned
session_timer
=
-
1
;
unsigned
min_se
=
-
1
;
int
refresher
=
-
1
;
int
update_refresh
=
-
1
;
...
...
@@ -750,18 +750,18 @@ int test_params(struct context *ctx)
sip_from_t
const
*
from
=
NONE
;
char
const
*
from_str
=
"NONE"
;
int
retry_count
=
-
1
;
int
max_subscriptions
=
-
1
;
unsigned
retry_count
=
-
1
;
unsigned
max_subscriptions
=
-
1
;
int
invite_enable
=
-
1
;
int
auto_alert
=
-
1
;
int
early_media
=
-
1
;
int
auto_answer
=
-
1
;
int
auto_ack
=
-
1
;
int
invite_timeout
=
-
1
;
unsigned
invite_timeout
=
-
1
;
int
session_timer
=
-
1
;
int
min_se
=
-
1
;
unsigned
session_timer
=
-
1
;
unsigned
min_se
=
-
1
;
int
refresher
=
-
1
;
int
update_refresh
=
-
1
;
...
...
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