Commit 38f0615b authored by Łukasz Nowak's avatar Łukasz Nowak

Apply workaround for compilation with recent gcc.

parent 35e3c70f
......@@ -73,3 +73,5 @@ environment =
CPPFLAGS=-I${groonga:location}/include/groonga
LDFLAGS=-L${groonga:location}/lib
PKG_CONFIG_PATH=${groonga:location}/lib/pkgconfig
CXXFLAGS=-Wno-deprecated
# CXXFLAGS workaround: avoid depracation warning in order to compile on gcc 4.7+
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment