diff --git a/extensions/structs/Makefile b/extensions/structs/Makefile index bfc0ad34..231be79a 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 13c60d1b..14c7d7e0 100644 --- a/extensions/structs/msvc8/sdk.vcproj +++ b/extensions/structs/msvc8/sdk.vcproj @@ -201,7 +201,7 @@