From 8a69aa08a2b8045ee60c8444261d03f951cbb81f Mon Sep 17 00:00:00 2001 From: sfc-gh-tclinkenbeard Date: Thu, 28 Oct 2021 14:25:37 -0700 Subject: [PATCH] Enable tautological-pointer-compare clang warning --- cmake/ConfigureCompiler.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/ConfigureCompiler.cmake b/cmake/ConfigureCompiler.cmake index 9343ee402f..fe055612a0 100644 --- a/cmake/ConfigureCompiler.cmake +++ b/cmake/ConfigureCompiler.cmake @@ -286,7 +286,6 @@ else() -Wno-delete-non-virtual-dtor -Wno-format -Wno-sign-compare - -Wno-tautological-pointer-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unknown-warning-option