Skip to content
Snippets Groups Projects
Commit 38d3c396 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Warning fix

parent 5f9e8c29
No related branches found
No related tags found
No related merge requests found
Pipeline #35494 passed with stage
in 7 minutes and 32 seconds
...@@ -58,6 +58,9 @@ if(WIN32) ...@@ -58,6 +58,9 @@ if(WIN32)
src/win32/*.c src/win32/*.c
../3rdparty/strptime.c ../3rdparty/strptime.c
) )
set_source_files_properties(../3rdparty/strptime PROPERTIES COMPILE_FLAGS -Wno-deprecated-declarations)
endif() endif()
add_library(${PROJECT_NAME} STATIC ${CORE_SRCS} ${CORE_HEADERS}) add_library(${PROJECT_NAME} STATIC ${CORE_SRCS} ${CORE_HEADERS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment