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

silences warning from boost/bind about deprecated declarations of placeholders in global namespace

parent d07d9353
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ LIB_DIR=/usr/local/omniORB/lib \ ...@@ -27,7 +27,7 @@ LIB_DIR=/usr/local/omniORB/lib \
CC=g++ CC=g++
CXX_DEBUG_FLAGS=-g -DVERBOSE_DEBUG CXX_DEBUG_FLAGS=-g -DVERBOSE_DEBUG
CXX_RELEASE_FLAGS=-O3 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-unused-local-typedefs -DHAVE_BOOST -DBOOST_BIND_GLOBAL_PLACEHOLDERS
LDFLAGS=-Wall -lomniORB4 -lomniDynamic4 -lCOS4 -lomnithread -ltango -llog4tango \ LDFLAGS=-Wall -lomniORB4 -lomniDynamic4 -lCOS4 -lomnithread -ltango -llog4tango \
-lsoci_core -lsoci_mysql -lmariadbclient -lboost_system -lboost_thread \ -lsoci_core -lsoci_mysql -lmariadbclient -lboost_system -lboost_thread \
-lboost_filesystem -lboost_date_time -lprotobuf -lssl -lcrypto -lpthread -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