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
adbed71b
Commit
adbed71b
authored
Sep 08, 2005
by
Pekka Pessi
Browse files
Silenced gcc4 warning.
darcs-hash:20050908150438-65a35-dba22f31d5ca904d1ecfa7f5107887b07bbb3c0d.gz
parent
a51aff71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/tport/tport.c
libsofia-sip-ua/tport/tport.c
+1
-1
No files found.
libsofia-sip-ua/tport/tport.c
View file @
adbed71b
...
...
@@ -6143,7 +6143,7 @@ int tport_launch_threadpool(tport_primary_t *pri)
return
0
;
error:
assert
(
!
tport_launch_threadpool
);
assert
(
!
"
tport_launch_threadpool
"
);
return
-
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