[Groonga-commit] groonga/groonga [master] disable unused-but-set-variable warning temporary. :<

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 12日 (土) 14:46:59 JST


Kouhei Sutou	2011-11-12 05:46:59 +0000 (Sat, 12 Nov 2011)

  New Revision: 01ddf79b0e1ee7273d46c7a19edff31ed121c7d8

  Log:
    disable unused-but-set-variable warning temporary. :<

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2011-11-12 05:42:50 +0000 (e03ac8e)
+++ configure.ac    2011-11-12 05:46:59 +0000 (eeb849e)
@@ -101,6 +101,7 @@ if test "$GCC" = "yes"; then
   if test "x$check_cflag" = "xno"; then
     CHECK_CFLAG([-W])
   fi
+  CHECK_CFLAG([-Wno-unused-but-set-variable]) # FIXME: enable it.
   CHECK_CFLAG([-Wno-unused-parameter])
   CHECK_CFLAG([-Wno-sign-compare])
   CHECK_CFLAG([-Wno-pointer-sign])




Groonga-commit メーリングリストの案内
Back to archive index