diff options
Diffstat (limited to 'libsimple.c')
-rw-r--r-- | libsimple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple.c b/libsimple.c index 58565b5..d6eb2ce 100644 --- a/libsimple.c +++ b/libsimple.c @@ -90,7 +90,7 @@ test_vasprintfa(const char *expected, const char *format, ...) int main(void) { - struct allocinfo *info; + struct allocinfo *volatile info; void *ptr, *ptr2; struct timespec ts, ts1, ts2; struct timeval tv1, tv2; |