From ff5e35ee776bae64ce2433f514fd3533fced02b1 Mon Sep 17 00:00:00 2001 From: Jonathan L Long Date: Tue, 10 Jun 2014 15:38:06 -0700 Subject: [PATCH] upgrade warnings to -Wall -Werror -Wno-sign-compare --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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