diff --git a/Makefile b/Makefile index 943165a4..e821b20d 100644 --- 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