Don't use __attribute__((unused))
authorTrond Norbye <trond.norbye@gmail.com>
Tue, 22 Feb 2011 13:41:58 +0000 (14:41 +0100)
committerTrond Norbye <trond.norbye@gmail.com>
Tue, 22 Feb 2011 13:41:58 +0000 (14:41 +0100)
commit6c2bd52dfa24287c856b0b679270b7f7681333a5
tree81ba2cf6ec880aa31e85794b6b83f4553c8f2f34
parent87cd906b2b1a904062c0dbdb017029a3f3a33a5d
Don't use __attribute__((unused))

It's not supported by all compilers, and they will most likely
spit out a warning about an unknown attribute. Since we're
treating warnings as errors this stops the compilation..
20 files changed:
clients/memdump.c
clients/utilities.c
configure.ac
example/memcached_light.c
example/storage.c
libhashkit/crc32.c
libhashkit/fnv.c
libhashkit/jenkins.c
libhashkit/md5.c
libhashkit/murmur.c
libhashkit/one_at_a_time.c
libhashkit/strerror.c
libmemcached/stats.c
libmemcached/storage.c
libmemcached/strerror.c
libmemcached/util/version.c
libmemcached/verbosity.c
tests/atomsmasher.c
tests/hashkit_functions.c
tests/mem_functions.c