From 5d39dea3b3a355d691c819706ad67f2806b21e9f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 26 May 2011 12:40:04 +0200 Subject: compiler warning: fix Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored --- tests/libtest/lib503.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libtest/lib503.c') diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index d6ef58a00..25a641548 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -24,6 +24,7 @@ #include #include "testutil.h" +#include "warnless.h" #include "memdebug.h" #define MAIN_LOOP_HANG_TIMEOUT 90 * 1000 -- cgit v1.2.3