mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
added -Wno-unknown-pragmas to fix warnings related to #pragma mark
svn-id: r4996
This commit is contained in:
parent
a681eb029e
commit
5c74800450
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ RM_REC = $(RM) -r
|
||||
ZIP = zip -q
|
||||
CP = cp
|
||||
|
||||
CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Werror
|
||||
CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Werror
|
||||
DEFINES =
|
||||
LDFLAGS :=
|
||||
INCLUDES:= -I. -Icommon
|
||||
|
Loading…
x
Reference in New Issue
Block a user