[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] disable strict-aliasing warnings because MySQL also does it.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 11:04:07 JST 2012


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

  New Revision: af2f5abdb86da0b643e16b264203d0504d58a715
  https://github.com/mroonga/mroonga/commit/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=
-------------- next part --------------
HTML����������������������������...
Download 



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