content ourselves to -Wall without -Werror for now
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 26 Jun 2014 00:58:38 +0000 (17:58 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 26 Jun 2014 00:58:38 +0000 (17:58 -0700)
Makefile

index 32ce472..77e2ff5 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 -Werror -Wno-sign-compare
+WARNINGS := -Wall -Wno-sign-compare
 
 ##############################
 # Set build directories