From a0107299f33335d90ec8b4ce94414e8a1ade06bc Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Thu, 18 Sep 2008 18:27:41 +1200 Subject: [PATCH] Predcrab - Destroyer of builds strikes again --- extensions/structs/Makefile | 2 +- extensions/structs/msvc8/sdk.vcproj | 22 +++++++++++----------- extensions/structs/msvc9/sdk.vcproj | 22 +++++++++++----------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/extensions/structs/Makefile b/extensions/structs/Makefile index bfc0ad340..231be79a7 100644 --- a/extensions/structs/Makefile +++ b/extensions/structs/Makefile @@ -65,7 +65,7 @@ endif LINK += -static-libgcc CFLAGS += -D_LINUX -Dstricmp=strcasecmp -D_stricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp \ - -D_snprintf=snprintf -D_vsnprintf=vsnprintf -D_alloca=alloca -Dstrcmpi=strcasecmp -Wall -Werror -Wno-switch \ + -D_snprintf=snprintf -D_vsnprintf=vsnprintf -D_alloca=alloca -Dstrcmpi=strcasecmp -Wall -Werror -Wno-switch -Wno-uninitialized \ -Wno-unused -mfpmath=sse -msse -DSOURCEMOD_BUILD -DHAVE_STDINT_H -m32 CPPFLAGS += -Wno-non-virtual-dtor -fno-exceptions -fno-rtti diff --git a/extensions/structs/msvc8/sdk.vcproj b/extensions/structs/msvc8/sdk.vcproj index 13c60d1b3..14c7d7e07 100644 --- a/extensions/structs/msvc8/sdk.vcproj +++ b/extensions/structs/msvc8/sdk.vcproj @@ -201,7 +201,7 @@