diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-07-05 17:37:07 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-08-12 11:37:43 +0200 |
commit | 456517b88e665eddd3d197a7b457acd9e1eb75a3 (patch) | |
tree | c5b6678cfe6657394c81a942ffa9f497e08815d8 /plugin/handler_socket | |
parent | 97b563b5dbfce9dccf5a9e8204272e26d9e414a1 (diff) | |
download | mariadb-git-456517b88e665eddd3d197a7b457acd9e1eb75a3.tar.gz |
compiler warnings
Diffstat (limited to 'plugin/handler_socket')
-rw-r--r-- | plugin/handler_socket/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/handler_socket/CMakeLists.txt b/plugin/handler_socket/CMakeLists.txt index 9e4707a83fe..329ff58d7f2 100644 --- a/plugin/handler_socket/CMakeLists.txt +++ b/plugin/handler_socket/CMakeLists.txt @@ -5,7 +5,7 @@ IF(WIN32) RETURN() ENDIF() -MY_CHECK_AND_SET_COMPILER_FLAG("-Wdeprecated-declarations") +MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-deprecated-declarations") INCLUDE_DIRECTORIES(libhsclient) |