1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

cmake: remove unused checks, options, and symbols

This commit is contained in:
Sergei Golubchik
2015-11-05 15:16:37 +01:00
parent e4b88235b5
commit 65d69c84cf
16 changed files with 38 additions and 327 deletions

View File

@@ -1013,7 +1013,7 @@ inline_mysql_socket_accept
#endif
MYSQL_SOCKET socket_listen, struct sockaddr *addr, socklen_t *addr_len)
{
int flags;
int flags __attribute__ ((unused));
MYSQL_SOCKET socket_accept= MYSQL_INVALID_SOCKET;
socklen_t addr_length= (addr_len != NULL) ? *addr_len : 0;