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/lib560.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/libtest/lib560.c') diff --git a/tests/libtest/lib560.c b/tests/libtest/lib560.c index 081ad738f..e375be535 100644 --- a/tests/libtest/lib560.c +++ b/tests/libtest/lib560.c @@ -21,6 +21,8 @@ ***************************************************************************/ #include "test.h" +#include "warnless.h" + /* * Simply download a HTTPS file! * -- cgit v1.2.3