Skip to content

Commit 17ef24c

Browse files
committed
hide ansi colors from vscode
1 parent c4e66b6 commit 17ef24c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/CompilerWarnings.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function(set_project_warnings project_name)
6868
-Wuseless-cast # warn if you perform a cast to the same type
6969
-Wno-error=null-dereference # suppress error potential null pointer dereference errors
7070
#-Wno-error=deprecated-declarations # suppress error on deprecated things.
71+
-fdiagnostics-color=never
7172
)
7273

7374
if (MSVC)

0 commit comments

Comments
 (0)