compiler quietening
[exim.git] / src / src / store.c
index 049c988bed85f37d2c3867130f50a9fb9492a35a..a06e1c19afd1035a804d005cf0b9ff7142d0b562 100644 (file)
@@ -788,7 +788,7 @@ if (!(yield = mmap(NULL, (size_t)size,
     "called from line %d of %s", size, line, func);
 
 if (yield < tainted_base) tainted_base = yield;
-if ((top = yield + size) > tainted_top) tainted_top = top;
+if ((top = US yield + size) > tainted_top) tainted_top = top;
 
 return store_alloc_tail(yield, size, func, line, US"Mmap");
 }