Enable dangling-else warning for clang

This commit is contained in:
sfc-gh-tclinkenbeard 2021-07-23 17:26:37 -07:00
parent 37a0361617
commit 8d4569b63c
1 changed files with 1 additions and 2 deletions

View File

@ -285,9 +285,8 @@ else()
-Wpessimizing-move
-Woverloaded-virtual
-Wshift-sign-overflow
# Here's the current set of warnings we need to explicitly disable to compile warning-free with clang 10
# Here's the current set of warnings we need to explicitly disable to compile warning-free with clang 11
-Wno-comment
-Wno-dangling-else
-Wno-delete-non-virtual-dtor
-Wno-format
-Wno-mismatched-tags