diff --git a/sc2/src/port.h b/sc2/src/port.h index 27d16599d..f6581db9c 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -47,6 +47,8 @@ # pragma warning( 3 : 4057 ) // "unreferenced formal parameter" # 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" # pragma warning( 3 : 4701 )