Skip to content

Commit

Permalink
thrift 0.9
Browse files Browse the repository at this point in the history
thrift 0.9 support
  • Loading branch information
fabriziopicconi committed Apr 12, 2014
1 parent 5c790aa commit 3dc70f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cachedb_cassandra/Makefile
Expand Up @@ -5,7 +5,7 @@ NAME=cachedb_cassandra.so
CXX=g++
LD=g++
LIBS=cachedb_cassandra_dbase.o cassandra_constants.o cassandra_types.o Cassandra.o -L/usr/local/lib -lthrift
CXXFLAGS=$(CFLAGS:-Wno-deprecated option=)
CXXFLAGS=$(CFLAGS:-Wno-deprecated option=) -DHAVE_NETINET_IN_H
# suppress a TON of warnings
CXXFLAGS+= -Wno-write-strings -Wno-deprecated -Wno-unused-function -Wno-sign-compare -Wno-strict-aliasing

Expand Down

0 comments on commit 3dc70f9

Please sign in to comment.