projects
/
platform
/
upstream
/
caffe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ad1e2
)
content ourselves to -Wall without -Werror for now
author
Evan Shelhamer
<shelhamer@imaginarynumber.net>
Thu, 26 Jun 2014 00:58:38 +0000
(17:58 -0700)
committer
Evan Shelhamer
<shelhamer@imaginarynumber.net>
Thu, 26 Jun 2014 00:58:38 +0000
(17:58 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 -W
error -W
no-sign-compare
+WARNINGS := -Wall -Wno-sign-compare
##############################
# Set build directories