Commit d8fd4c074228de1bab81f9339b24587d320841ef

Azat Khuzhin 2015-10-09T01:53:40

test/regress_buffer: fix clang compilation warnings ../test/regress_buffer.c:201:12: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] tt_assert(!memcmp((char*)EVBUFFER_DATA(evb), "1/hello", 7) != 0);