chiark / gitweb /
test-hashmap: fix gcc5 warning
authorDaniel Mack <daniel@zonque.org>
Tue, 24 Feb 2015 15:24:14 +0000 (16:24 +0100)
committerDaniel Mack <daniel@zonque.org>
Tue, 24 Feb 2015 15:26:30 +0000 (16:26 +0100)
commit4b3eff61640672bf0b19cb8cdd88ce5e84dcda1c
tree65f3cd35c9ed05c5c39baeddc1061b284e4f98cc
parentf9bf3e260c480f7b660bec3f78a13f52a46ec34d
test-hashmap: fix gcc5 warning

gcc5 spits out a warning about test-hashmap.c:

  CC       src/test/test-hashmap.o
src/test/test-hashmap.c: In function ‘test_string_compare_func’:
src/test/test-hashmap.c:76:79: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
src/test/test-hashmap.c