diff options
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3b4862737..f774c2791 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -110,13 +110,13 @@ else() | |||
| 110 | -Werror=sign-compare | 110 | -Werror=sign-compare |
| 111 | -Werror=switch | 111 | -Werror=switch |
| 112 | -Werror=uninitialized | 112 | -Werror=uninitialized |
| 113 | -Werror=unused-function | 113 | -Werror=unused |
| 114 | -Werror=unused-result | ||
| 115 | -Werror=unused-variable | ||
| 116 | 114 | ||
| 117 | -Wno-attributes | 115 | -Wno-attributes |
| 118 | -Wno-invalid-offsetof | 116 | -Wno-invalid-offsetof |
| 119 | -Wno-unused-parameter | 117 | -Wno-unused-parameter |
| 118 | |||
| 119 | $<$<CXX_COMPILER_ID:Clang>:-Wno-unused-private-field> | ||
| 120 | ) | 120 | ) |
| 121 | 121 | ||
| 122 | if (ARCHITECTURE_x86_64) | 122 | if (ARCHITECTURE_x86_64) |