fix coding style for windows build patch (#350)

This commit is contained in:
Xu Jun
2020-08-13 16:40:19 +08:00
committed by GitHub
parent 874cc951c6
commit 1266ebb222
8 changed files with 40 additions and 33 deletions

View File

@ -83,8 +83,8 @@ endif ()
####################### Common sources #######################
if (NOT MSVC)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -ffunction-sections -fdata-sections \
-Wall -Wno-unused-parameter -Wno-pedantic")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -ffunction-sections -fdata-sections \
-Wall -Wno-unused-parameter -Wno-pedantic")
endif ()
# include the build config template file