diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 386d7bddf..987076956 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -653,6 +653,8 @@ else() | |||
| 653 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | 653 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> |
| 654 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | 654 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |
| 655 | 655 | ||
| 656 | $<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation> | ||
| 657 | |||
| 656 | -Wno-sign-conversion | 658 | -Wno-sign-conversion |
| 657 | ) | 659 | ) |
| 658 | endif() | 660 | endif() |