inlining
[exim.git] / src / src / readconf.c
index 52c64830e5eea5a7d6883b34b081e784dab3abf0..6ed2ea409dad3cb86546f1ff5b37cbb2725f4ba2 100644 (file)
@@ -3337,7 +3337,7 @@ syscalls).  It also assume we're on the relevant pool. */
 if (statbuf.st_size > 8192)
   {
   rmark r = store_mark();
-  store_get((int)statbuf.st_size, FALSE);
+  void * dummy = store_get((int)statbuf.st_size, FALSE);
   store_reset(r);
   }