We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e66b6 commit 17ef24cCopy full SHA for 17ef24c
1 file changed
cmake/CompilerWarnings.cmake
@@ -68,6 +68,7 @@ function(set_project_warnings project_name)
68
-Wuseless-cast # warn if you perform a cast to the same type
69
-Wno-error=null-dereference # suppress error potential null pointer dereference errors
70
#-Wno-error=deprecated-declarations # suppress error on deprecated things.
71
+ -fdiagnostics-color=never
72
)
73
74
if (MSVC)
0 commit comments