From 89fd7e333480d0eb4d78fb14dc6f435e76c5638c Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Wed, 25 Jun 2014 17:58:38 -0700 Subject: [PATCH] content ourselves to -Wall without -Werror for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32ce472..77e2ff5 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 -Werror -Wno-sign-compare +WARNINGS := -Wall -Wno-sign-compare ############################## # Set build directories -- 2.7.4