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:
cd81969
)
upgrade warnings to -Wall -Werror -Wno-sign-compare
author
Jonathan L Long
<jonlong@cs.berkeley.edu>
Tue, 10 Jun 2014 22:38:06 +0000
(15:38 -0700)
committer
Evan Shelhamer
<shelhamer@imaginarynumber.net>
Wed, 25 Jun 2014 22:11:41 +0000
(15:11 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
943165a
..
e821b20
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
+WARNINGS := -Wall
-Werror -Wno-sign-compare
##############################
# Set build directories