Enable clang comment warnings
This commit is contained in:
parent
c7b28abaf0
commit
27db99a77f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue