Skip to content

Commit a35d875

Browse files
committed
comment out warning suppression
probably won't need this warning suppressed. But the code is there if we end up needing it.
1 parent a32a43f commit a35d875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cmake/compiler_warnings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function(set_project_warnings project_name)
3232
/w14906 # string literal cast to 'LPWSTR'
3333
/w14928 # illegal copy-initialization; more than one user-defined conversion has been implicitly applied
3434
/permissive- # standards conformance mode for MSVC compiler.
35-
/wd4505 # suppress unreferenced local function has been removed.
35+
#/wd4505 # suppress unreferenced local function has been removed.
3636
)
3737

3838
set(CLANG_WARNINGS

0 commit comments

Comments
 (0)