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/lib560.c | |
parent | 9f390a356ea464183cc11ef44c48968ccdcd36ac (diff) |
compiler warning: fix
Fix compiler warning: variable was set but never used
Fix compiler warning: clobber ignored
Diffstat (limited to 'tests/libtest/lib560.c')
-rw-r--r-- | tests/libtest/lib560.c | 2 |
1 files changed, 2 insertions, 0 deletions
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! * |