upgrade warnings to -Wall -Werror -Wno-sign-compare
authorJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 10 Jun 2014 22:38:06 +0000 (15:38 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 25 Jun 2014 22:11:41 +0000 (15:11 -0700)
Makefile

index 943165a..e821b20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ LIBRARIES := cudart cublas curand \
        hdf5_hl hdf5 \
        opencv_core opencv_highgui opencv_imgproc
 PYTHON_LIBRARIES := boost_python python2.7
-WARNINGS := -Wall
+WARNINGS := -Wall -Werror -Wno-sign-compare
 
 ##############################
 # Set build directories