[Groonga-commit] groonga/groonga at f2e6453 [master] Remove needless warning

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 9 10:28:33 JST 2014


Kouhei Sutou	2014-12-09 10:28:33 +0900 (Tue, 09 Dec 2014)

  New Revision: f2e6453d3408ceb2b7124216a40ed4d31395a331
  https://github.com/groonga/groonga/commit/f2e6453d3408ceb2b7124216a40ed4d31395a331

  Message:
    Remove needless warning
    
    We accept C99 source. For example, mruby source.

  Modified files:
    configure.ac

  Modified: configure.ac (+0 -1)
===================================================================
--- configure.ac    2014-12-09 00:12:18 +0900 (2dce3d83)
+++ configure.ac    2014-12-09 10:28:33 +0900 (aaf3bcf)
@@ -160,7 +160,6 @@ if test "$GCC" = "yes"; then
   CHECK_BUILD_FLAG([-Wdisabled-optimization])
   CHECK_BUILD_FLAG([-Wfloat-equal])
   CHECK_BUILD_FLAG([-Wpointer-arith])
-  CHECK_CFLAG([-Wdeclaration-after-statement])
   CHECK_CFLAG([-Wbad-function-cast])
   if test "$CLANG" = "no"; then
     CHECK_BUILD_FLAG([-Wcast-align])
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index