Chromium Code Reviews| Index: nacltoons/proj.linux/Makefile |
| diff --git a/nacltoons/proj.linux/Makefile b/nacltoons/proj.linux/Makefile |
| index 06b6aa719a1c4ae5e1830c94d7b8b4b94da84bbd..2a3cfb9c677612915f1fad822901f1221bcb00e5 100644 |
| --- a/nacltoons/proj.linux/Makefile |
| +++ b/nacltoons/proj.linux/Makefile |
| @@ -29,6 +29,7 @@ SOURCES = main.cc \ |
| include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk |
| OBJECTS := $(OBJECTS:.cc=.o) |
| +CFLAGS := $(filter-out -Werror,$(CFLAGS)) |
|
binji
2013/06/25 22:17:21
mention which warnings are causing issues? (so thi
Sam Clegg
2013/06/26 00:01:25
Done.
|
| INCLUDES += -I$(COCOS_ROOT)/scripting/lua/cocos2dx_support |
| INCLUDES += -I$(COCOS_ROOT)/scripting/lua/lua |