remove pedantic warnings temporary
This commit is contained in:
parent
4e4d723410
commit
49d4903722
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ endif
|
||||||
|
|
||||||
LINK += -m32 -lm -ldl -lsupc++
|
LINK += -m32 -lm -ldl -lsupc++
|
||||||
|
|
||||||
CFLAGS += -DHAVE_STDINT_H -D__extern_always_inline=inline -D_strdup=strdup -Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -fno-strict-aliasing -m32 -Wall -Werror -Wextra -pedantic -Wno-c++11-long-long
|
CFLAGS += -DHAVE_STDINT_H -D__extern_always_inline=inline -D_strdup=strdup -Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -fno-strict-aliasing -m32 -Wall -Werror -Wextra
|
||||||
CPPFLAGS += -fno-exceptions -fno-rtti -fno-builtin
|
CPPFLAGS += -fno-exceptions -fno-rtti -fno-builtin
|
||||||
|
|
||||||
BINARY = $(PROJECT).$(LIB_EXT)
|
BINARY = $(PROJECT).$(LIB_EXT)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue