"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "vio/CMakeLists.txt" between
mysql-connector-c-6.1.10-src.tar.gz and mysql-connector-c-6.1.11-src.tar.gz

About: MySQL Connector/C provides a C interface for communicating with MySQL servers.

CMakeLists.txt  (mysql-connector-c-6.1.10-src):CMakeLists.txt  (mysql-connector-c-6.1.11-src)
skipping to change at line 36 skipping to change at line 36
IF(WIN32) IF(WIN32)
LIST(APPEND VIO_SOURCES LIST(APPEND VIO_SOURCES
viopipe.c viopipe.c
vioshm.c vioshm.c
) )
ENDIF() ENDIF()
ADD_CONVENIENCE_LIBRARY(vio ${VIO_SOURCES}) ADD_CONVENIENCE_LIBRARY(vio ${VIO_SOURCES})
TARGET_LINK_LIBRARIES(vio ${LIBSOCKET}) TARGET_LINK_LIBRARIES(vio ${LIBSOCKET})
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
my_check_c_compiler_flag("-Wno-unused-but-set-variable" UNUSED_BUT_SET)
if (UNUSED_BUT_SET)
target_compile_options(vio PRIVATE
-Wno-unused-but-set-variable # viosocket.c:748
)
endif()
endif()
 End of changes. 1 change blocks. 
0 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)