From 27db99a77f28ee6231b13b4fb2e0473a4d85755a Mon Sep 17 00:00:00 2001 From: sfc-gh-tclinkenbeard Date: Thu, 28 Oct 2021 22:03:09 -0700 Subject: [PATCH] Enable clang comment warnings --- cmake/ConfigureCompiler.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/ConfigureCompiler.cmake b/cmake/ConfigureCompiler.cmake index f85cc84f75..0890dcf0d1 100644 --- a/cmake/ConfigureCompiler.cmake +++ b/cmake/ConfigureCompiler.cmake @@ -282,7 +282,6 @@ else() -Woverloaded-virtual -Wshift-sign-overflow # 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-format -Wno-sign-compare