Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
9611ae3d
Commit
9611ae3d
authored
Sep 09, 2006
by
Michael Jerris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix msvc 2005 level 3 warnings
darcs-hash:20060908213220-16063-e2341d9d1300d62e047c5647318f065127795215.gz
parent
9e50127e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
libsofia-sip-ua/sresolv/sres.c
libsofia-sip-ua/sresolv/sres.c
+1
-0
libsofia-sip-ua/su/su_alloc.c
libsofia-sip-ua/su/su_alloc.c
+1
-1
No files found.
libsofia-sip-ua/sresolv/sres.c
View file @
9611ae3d
...
...
@@ -88,6 +88,7 @@ struct sockaddr_storage {
#include "sofia-resolv/sres_record.h"
#include "sofia-resolv/sres_async.h"
#include <sofia-sip/su.h>
#include <sofia-sip/su_alloc.h>
#include <sofia-sip/su_strlst.h>
#include <sofia-sip/su_errno.h>
...
...
libsofia-sip-ua/su/su_alloc.c
View file @
9611ae3d
...
...
@@ -1126,7 +1126,7 @@ void *su_realloc(su_home_t *home, void *data, isize_t size)
su_alloc_t
*
sua
;
su_block_t
*
sub
;
size_t
p
;
int
term
=
-
size
;
int
term
=
-
((
int
)
size
)
;
if
(
!
home
)
return
realloc
(
data
,
size
);
...
...
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