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)
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]


No differences found