Kouhei Sutou
null+****@clear*****
Fri Jul 17 12:10:02 JST 2015
Kouhei Sutou 2015-07-17 12:10:02 +0900 (Fri, 17 Jul 2015) New Revision: 9f530ad2dbe9343e1ae19e873101c22437cc7249 https://github.com/groonga/groonga/commit/9f530ad2dbe9343e1ae19e873101c22437cc7249 Message: test: don't use -Wbad-function-cast build flag GLib doesn't care about it. Modified files: test/unit/lib/Makefile.am Modified: test/unit/lib/Makefile.am (+3 -0) =================================================================== --- test/unit/lib/Makefile.am 2015-07-17 11:50:12 +0900 (607cc2e) +++ test/unit/lib/Makefile.am 2015-07-17 12:10:02 +0900 (823d599) @@ -18,6 +18,9 @@ AM_CFLAGS = \ $(GCUTTER_CFLAGS) \ $(TEST_CFLAGS) +CFLAGS += \ + $(NO_BAD_FUNCTION_CAST_CFLAGS) + # We just need to add -rpath option to make .so. We use # $(libdir) here but we can use other absolute path like # $(abs_builddir). $(abs_builddir) is more reasonable -------------- next part -------------- HTML����������������������������...Download