Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: nacltoons/proj.linux/Makefile

Issue 17743003: [nacltoons] Roll cocos2dx + two bug fixes (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698