Skip to content

Commit cfc27cd

Browse files
committed
fix sign compare warnings
Related-To: VLCLJ-2555 Signed-off-by: Eric Mortensen <[email protected]>
1 parent 9a0b55b commit cfc27cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ else()
349349
endif()
350350

351351
if (MSVC)
352-
add_compile_options(/W4)
352+
add_compile_options(/W3)
353353
else()
354354
add_compile_options(-Wsign-compare -Wnarrowing)
355355
endif()

0 commit comments

Comments
 (0)