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 a32a43f commit a35d875Copy full SHA for a35d875
tests/cmake/compiler_warnings.cmake
@@ -32,7 +32,7 @@ function(set_project_warnings project_name)
32
/w14906 # string literal cast to 'LPWSTR'
33
/w14928 # illegal copy-initialization; more than one user-defined conversion has been implicitly applied
34
/permissive- # standards conformance mode for MSVC compiler.
35
- /wd4505 # suppress unreferenced local function has been removed.
+ #/wd4505 # suppress unreferenced local function has been removed.
36
)
37
38
set(CLANG_WARNINGS
0 commit comments