One more warning that GCC produces (to match same in MSVC)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3449 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-19 04:58:10 +00:00
parent a3320a3544
commit 076b8ad3e2
+2
View File
@@ -47,6 +47,8 @@
# pragma warning( 3 : 4057 ) # pragma warning( 3 : 4057 )
// "unreferenced formal parameter" // "unreferenced formal parameter"
# pragma warning( 3 : 4100 ) # pragma warning( 3 : 4100 )
// "'function' : unreferenced local function has been removed"
# pragma warning( 3 : 4505 )
// "local variable 'name' may be used without having been initialized" // "local variable 'name' may be used without having been initialized"
# pragma warning( 3 : 4701 ) # pragma warning( 3 : 4701 )