[Groonga-mysql-commit] mroonga/mroonga at a67b9dc [master] Remove -Werror

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 18 18:59:24 JST 2013


Kouhei Sutou	2013-08-18 18:59:24 +0900 (Sun, 18 Aug 2013)

  New Revision: a67b9dca4500248ebf00d98daffdc8428a9267cb
  https://github.com/mroonga/mroonga/commit/a67b9dca4500248ebf00d98daffdc8428a9267cb

  Message:
    Remove -Werror
    
    Because some wornings are caused in MySQL headers. We can do nothing
    for these headers. :<

  Modified files:
    CMakeLists.txt
    configure.ac

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2013-08-18 18:50:54 +0900 (f4f61c2)
+++ CMakeLists.txt    2013-08-18 18:59:24 +0900 (11dae22)
@@ -228,7 +228,7 @@ else()
   endif()
 
   if(CMAKE_COMPILER_IS_GNUCXX)
-    set(MYSQL_CFLAGS "${MYSQL_CFLAGS} -Werror -fno-implicit-templates -fno-exceptions -fno-rtti -felide-constructors")
+    set(MYSQL_CFLAGS "${MYSQL_CFLAGS} -fno-implicit-templates -fno-exceptions -fno-rtti -felide-constructors")
   endif()
   set_source_files_properties(${MROONGA_SOURCES} PROPERTIES
     COMPILE_FLAGS "${MYSQL_CFLAGS}")

  Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac    2013-08-18 18:50:54 +0900 (e8e8557)
+++ configure.ac    2013-08-18 18:59:24 +0900 (9464291)
@@ -408,8 +408,8 @@ DOCUMENT_VERSION_FULL="$DOCUMENT_VERSION"
 AC_SUBST(DOCUMENT_VERSION)
 AC_SUBST(DOCUMENT_VERSION_FULL)
 
-CFLAGS="$CFLAGS -Werror"
-CXXFLAGS="$CXXFLAGS -Werror -fno-implicit-templates -fno-exceptions -fno-rtti -felide-constructors"
+CFLAGS="$CFLAGS"
+CXXFLAGS="$CXXFLAGS -fno-implicit-templates -fno-exceptions -fno-rtti -felide-constructors"
 
 AC_CONFIG_FILES([
   Makefile
-------------- next part --------------
HTML����������������������������...
下載 



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