Commit f16ebb13 authored by Robert Butora's avatar Robert Butora
Browse files

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

parent b6298b06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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-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