fix for mac warning

master
Allen Webster 2017-06-29 19:39:41 -04:00
parent 1f1617ad3c
commit ca5f5bbc3c
1 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,8 @@ build_cl(u32 flags, char *code_path, char *code_file, char *out_path, char *out_
# define GCC_OPTS \
"-Wno-write-strings -Wno-deprecated-declarations " \
"-Wno-comment -Wno-switch -Wno-null-dereference "
"-Wno-comment -Wno-switch -Wno-null-dereference " \
"-Wno-c++11-compat-deprecated-writable-strings "
#define GCC_LIBS \
"-framework Cocoa -framework QuartzCore " \