Enabled warnings=errors for GCC and then made things compile. Had to turn off
authorMonty Taylor <monty.taylor@sun.com>
Wed, 13 May 2009 07:43:30 +0000 (09:43 +0200)
committerMonty Taylor <monty.taylor@sun.com>
Wed, 13 May 2009 07:43:30 +0000 (09:43 +0200)
commita91a68a7c685f82bc6f46c09fa2036e44a82e7f7
treec5c9968ee31c422e12cfdd15b8bf4b70d16e577c
parent42607993d9f6352e0c369a073d7345493ec26b25
Enabled warnings=errors for GCC and then made things compile. Had to turn off
strict aliasing so we could type-pun the function pointers. I think there's a
better solution there, but we're stricter than we were.
17 files changed:
clients/memstat.c
configure.ac
libmemcached/Makefile.am
libmemcached/common.h
libmemcached/memcached_analyze.c
libmemcached/memcached_callback.c
libmemcached/memcached_connect.c
libmemcached/memcached_flush_buffers.c
libmemcached/memcached_get.c
libmemcached/memcached_hash.c
libmemcached/memcached_hosts.c
libmemcached/memcached_io.c
libmemcached/memcached_purge.c
libmemcached/memcached_response.c
libmemcachedutil/memcached_pool.c
tests/Makefile.am
tests/function.c