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
98acd27a
Commit
98acd27a
authored
Oct 10, 2006
by
Michael Jerris
Browse files
msvc warnings fixes
darcs-hash:20061009211828-16063-6840da690bba2fde30b881bc2a733570ae2c2b9e.gz
parent
6f197bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
win32/config.h.in
win32/config.h.in
+1
-1
No files found.
win32/config.h.in
View file @
98acd27a
...
...
@@ -450,7 +450,7 @@
#pragma warning( disable : 4022 4028 )
/* Temporarily disable high frequency, low value warnings.
We may still want to re-enable and fix these */
#pragma warning( disable : 4132 4100 4127 4295 4152 )
#pragma warning( disable : 4132 4100 4127 4295 4152
4114
)
#if (_MSC_VER >= 1400) // VC8+
#ifndef _CRT_SECURE_NO_DEPRECATE
#define _CRT_SECURE_NO_DEPRECATE
...
...
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