Skip to content

Commit

Permalink
cmake ignore missing-field-initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed May 5, 2018
1 parent 2100127 commit cde2ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
-Werror

-Wno-unused-parameter
-Wno-missing-field-initializers # ignore for GCC 4.8 support
)
endif()

Expand Down

0 comments on commit cde2ee9

Please sign in to comment.