Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
0f93891c
Commit
0f93891c
authored
Jan 13, 2016
by
Axel Auweter
Browse files
Disable some warnings to satisfy the -Werror on Ubuntu 15.10.
parent
535bad18
Changes
1
Hide whitespace changes
Inline
Side-by-side
DCDBLib/Makefile
View file @
0f93891c
...
...
@@ -4,7 +4,8 @@ include ../config.mk
CXXFLAGS
=
-O2
-ggdb
-Wall
-Werror
\
-fPIC
--std
=
c++11
-I
$(DCDBDEPLOYPATH)
/include
-I
./include
-I
./include_internal
\
-I
$(DCDBBASEPATH)
/include/
-fmessage-length
=
0
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
\
-Wno-unused-local-typedef
-Wno-unknown-warning-option
-Wno-unused-local-typedef
-Wno-unknown-warning-option
-Wno-unknown-warning
\
-Wno-deprecated-declarations
# List of object files to build and the derived list of corresponding source files
OBJS
=
src/connection.o
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment