diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index edca221b1..cf05a3fe3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -121,6 +121,7 @@ else() | |||
| 121 | -Wno-attributes | 121 | -Wno-attributes |
| 122 | -Wno-invalid-offsetof | 122 | -Wno-invalid-offsetof |
| 123 | -Wno-unused-parameter | 123 | -Wno-unused-parameter |
| 124 | -Wno-missing-field-initializers | ||
| 124 | ) | 125 | ) |
| 125 | 126 | ||
| 126 | if (CMAKE_CXX_COMPILER_ID MATCHES Clang) # Clang or AppleClang | 127 | if (CMAKE_CXX_COMPILER_ID MATCHES Clang) # Clang or AppleClang |