diff options
author | Yang Tse <yangsita@gmail.com> | 2011-05-26 12:40:04 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-05-26 12:40:04 +0200 |
commit | 5d39dea3b3a355d691c819706ad67f2806b21e9f (patch) | |
tree | b0df7e39cf6b82d524fc9873ab25077219a2caf8 /tests/libtest/lib530.c | |
parent | 9f390a356ea464183cc11ef44c48968ccdcd36ac (diff) | |
download | curl-5d39dea3b3a355d691c819706ad67f2806b21e9f.tar.gz |
compiler warning: fix
Fix compiler warning: variable was set but never used
Fix compiler warning: clobber ignored
Diffstat (limited to 'tests/libtest/lib530.c')
-rw-r--r-- | tests/libtest/lib530.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c index 2ec67f61b..add64ea31 100644 --- a/tests/libtest/lib530.c +++ b/tests/libtest/lib530.c @@ -32,6 +32,7 @@ #endif #include "testutil.h" +#include "warnless.h" #include "memdebug.h" #define MAIN_LOOP_HANG_TIMEOUT 90 * 1000 |