diff options
| author | bunnei <bunneidev@gmail.com> | 2021-01-17 00:55:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 00:55:10 -0800 |
| commit | e8401964b4cb617223554e147091f109dc870ba5 (patch) | |
| tree | 0e963c000006ca547044bdc628177311fa0dc585 /src/core/CMakeLists.txt | |
| parent | 132f2006af28ea0de7f2e42a5637882236d0ec8f (diff) | |
| parent | 5f517e3e1698cac0408eb6ad66c826e4aa8a7b25 (diff) | |
Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access
core: Silence Wclass-memaccess warnings and enforce it
Diffstat (limited to 'src/core/CMakeLists.txt')
| -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() -Werror=implicit-fallthrough -Werror=sign-compare + $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |
