diff options
Diffstat (limited to '')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 99310dc50..2f6b22747 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -645,6 +645,7 @@ else() | |||
| 645 | -Werror=implicit-fallthrough | 645 | -Werror=implicit-fallthrough |
| 646 | -Werror=sign-compare | 646 | -Werror=sign-compare |
| 647 | 647 | ||
| 648 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> | ||
| 648 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | 649 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> |
| 649 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | 650 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |
| 650 | 651 | ||