There was an error while loading. Please reload this page.
2 parents 244a4ba + e110403 commit 6e96cfbCopy full SHA for 6e96cfb
cmake/CompilerWarnings.cmake
@@ -37,6 +37,7 @@ function(set_project_warnings project_name)
37
/w14906 # string literal cast to 'LPWSTR'
38
/w14928 # illegal copy-initialization; more than one user-defined
39
# conversion has been implicitly applied
40
+ /permissive- # standards conformance mode for MSVC compiler.
41
)
42
43
set(CLANG_WARNINGS
0 commit comments