Skip to content
Snippets Groups Projects
Commit 75d3b160 authored by esha's avatar esha
Browse files

Fixed warnings (..storage class specifier is deprecated [-Wdeprecated]).

parent 9f5ccc2c
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ if (ENABLE_TRACE)
set (common_sources ${common_sources} trace.c)
endif()
set_source_files_properties(sio.cc evio.cc replica.cc PROPERTIES COMPILE_FLAGS "-Wno-deprecated")
set_source_files_compile_flags(${common_sources})
add_library(core STATIC ${common_sources})
add_dependencies(core generate_headers)
......
......@@ -33,4 +33,5 @@ tarantool_module("box"
box_lua.cc
box_lua_space.cc)
set_source_files_properties(box_lua.cc PROPERTIES COMPILE_FLAGS "-Wno-deprecated")
target_link_libraries(tarantool_box bitset)
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