Skip to content
Snippets Groups Projects
Commit a642ebb0 authored by Robert Butora's avatar Robert Butora
Browse files

warnings: silence warnings about depracated

parent 693c4c6f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ LIB_DIR=/usr/local/omniORB/lib \
CC=g++
CXX_DEBUG_FLAGS=-g -DVERBOSE_DEBUG
CXX_RELEASE_FLAGS=-O3
CXX_DEFAULT_FLAGS=-c -Wall -Wextra -std=c++0x -Wno-unused-local-typedefs -DHAVE_BOOST
CXX_DEFAULT_FLAGS=-c -Wall -Wextra -std=c++0x -Wno-deprecated-declarations -Wno-unused-local-typedefs -DHAVE_BOOST -DBOOST_BIND_GLOBAL_PLACEHOLDERS
LDFLAGS=-Wall -lomniORB4 -lomniDynamic4 -lCOS4 -lomnithread -ltango -llog4tango \
-lsoci_core -lsoci_mysql -lmariadbclient -lboost_system -lboost_thread \
-lboost_filesystem -lboost_date_time -lprotobuf -lssl -lcrypto -lpthread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment