Skip to content

Commit

Permalink
Disable warning about using a compiler extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 20, 2023
1 parent 8794a87 commit 72f683d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/CompilerWarnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function(set_file_warnings)
-Wold-style-cast # warn for c-style casts
-Wpedantic # warn if non-standard C++ is used
-Wno-deprecated-declarations # do not warning about deprecated declarations
-Wno-language-extension-token # ignore use of __int64 compiler extension
)

# Disable warnings as errors when using Clang on Windows to work around deprecation warnings in Windows APIs
Expand Down

0 comments on commit 72f683d

Please sign in to comment.