Remove empty line

pull/5370/head
Kim Kulling 2023-12-07 14:53:25 +01:00
parent 0b4c651904
commit 5a5fa0f118
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ ELSEIF(MSVC)
ELSE() # msvc
ADD_COMPILE_OPTIONS(/MP /bigobj)
ENDIF()
# disable "elements of array '' will be default initialized" warning on MSVC2013
IF(MSVC12)
ADD_COMPILE_OPTIONS(/wd4351)