aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib556.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-28 20:32:46 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-28 20:32:46 +0000
commit8f4014538415603eacb9ed43fe80201565013595 (patch)
treecafe199813542776d6f20655f07f56d443579d95 /tests/libtest/lib556.c
parent6e7904f9aa25491faa9f433287680851965af27e (diff)
test556: Fixed compilation warning
lib556.c:90: warning: conversion to 'unsigned int' from 'size_t' may alter its value
Diffstat (limited to 'tests/libtest/lib556.c')
-rw-r--r--tests/libtest/lib556.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c
index 98062209f..a4b4b93bb 100644
--- a/tests/libtest/lib556.c
+++ b/tests/libtest/lib556.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -21,6 +21,7 @@
***************************************************************************/
#include "test.h"
+#include "warnless.h"
#include "memdebug.h"
/* For Windows, mainly (may be moved in a config file?) */