upgrade warnings to -Wall -Werror -Wno-sign-compare

This commit is contained in:
Jonathan L Long 2014-06-10 15:38:06 -07:00 коммит произвёл Evan Shelhamer
Родитель cd81969b24
Коммит ff5e35ee77
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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