[Groonga-mysql-commit] mroonga/mroonga [master] disable strict-aliasing warnings because MySQL also does it.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 1月 9日 (月) 22:46:26 JST


Kouhei Sutou	2012-01-09 22:46:26 +0900 (Mon, 09 Jan 2012)

  New Revision: af2f5abdb86da0b643e16b264203d0504d58a715

  Log:
    disable strict-aliasing warnings because MySQL also does it.
    
    Reported by @issm. Thanks!!!

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2012-01-09 22:17:18 +0900 (cedca49)
+++ configure.ac    2012-01-09 22:46:26 +0900 (0aa082b)
@@ -65,6 +65,7 @@ if test "$GCC" = "yes"; then
   CHECK_BUILD_FLAG([-Wall])
   CHECK_BUILD_FLAG([-Wextra])
   CHECK_BUILD_FLAG([-Wno-unused-parameter])
+  CHECK_BUILD_FLAG([-Wno-strict-aliasing])
 fi
 
 standalone_build=




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