mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
Some more warning related stuff, but changed my mind about re-enabling the remaining ones :/
This commit is contained in:
parent
7a60f493a5
commit
d7cdb72143
3 changed files with 10 additions and 9 deletions
|
@ -50,11 +50,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#pragma warning(disable:4505) // unreferenced local function has been removed
|
||||
#pragma warning(disable:4702) // unreachable code
|
||||
#pragma warning(disable:4127) // conditional expression is constant
|
||||
#pragma warning(disable:4706) // assignment within conditional expression
|
||||
//#pragma warning(disable:4706) // assignment within conditional expression
|
||||
|
||||
#pragma warning(disable:4389) // signed/unsigned mismatch
|
||||
//#pragma warning(disable:4389) // signed/unsigned mismatch
|
||||
|
||||
#pragma warning(disable:4189) // UqqqqSEFUL: local variable is initialized but not referenced
|
||||
//#pragma warning(disable:4189) // UqqqqSEFUL: local variable is initialized but not referenced
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue