[Groonga-commit] groonga/groonga at 309a0a6 [master] cmake onigmo: disable missing-field-initializers warning

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Nov 26 13:40:47 JST 2018


Kouhei Sutou	2018-11-26 13:40:47 +0900 (Mon, 26 Nov 2018)

  Revision: 309a0a636b55d9ed35b122569dd7dc344b715e68
  https://github.com/groonga/groonga/commit/309a0a636b55d9ed35b122569dd7dc344b715e68

  Message:
    cmake onigmo: disable missing-field-initializers warning

  Modified files:
    vendor/onigmo/CMakeLists.txt

  Modified: vendor/onigmo/CMakeLists.txt (+2 -0)
===================================================================
--- vendor/onigmo/CMakeLists.txt    2018-11-26 10:41:27 +0900 (27717a0b7)
+++ vendor/onigmo/CMakeLists.txt    2018-11-26 13:40:47 +0900 (2687c3af2)
@@ -57,6 +57,8 @@ if(GRN_WITH_ONIGMO)
     add_definitions(-DHAVE_INTTYPES_H)
   endif()
 
+  check_cflag("-Wno-missing-field-initializers")
+
   include_directories(
     BEFORE
     ${ONIGMO_BINARY_DIR}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181126/12ce391a/attachment.html>


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