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:
@@ -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 )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user