Enable clang comment warnings

This commit is contained in:
sfc-gh-tclinkenbeard 2021-10-28 22:03:09 -07:00 committed by Trevor Clinkenbeard
parent c7b28abaf0
commit 27db99a77f
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ else()
-Woverloaded-virtual -Woverloaded-virtual
-Wshift-sign-overflow -Wshift-sign-overflow
# Here's the current set of warnings we need to explicitly disable to compile warning-free with clang 11 # Here's the current set of warnings we need to explicitly disable to compile warning-free with clang 11
-Wno-comment
-Wno-delete-non-virtual-dtor -Wno-delete-non-virtual-dtor
-Wno-format -Wno-format
-Wno-sign-compare -Wno-sign-compare