Tidying and compiler-silencing
[exim.git] / src / src / auths / auth-spa.c
index 6bc3d1f637e6a96da03e0dfd083f4a76f8e5a762..d2c95c3d7c5659d5573d04726bcec7bf02dccaea 100644 (file)
@@ -1220,7 +1220,7 @@ char versionString[] = "libntlm version 0.21";
 
 #define spa_bytes_add(ptr, header, buf, count) \
 { \
-if (buf != NULL  &&  count) \
+if (buf != NULL  &&  count != 0) /* we hate -Wint-in-bool-contex */ \
   { \
   SSVAL(&ptr->header.len,0,count); \
   SSVAL(&ptr->header.maxlen,0,count); \