summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-08 14:28:22 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-08 14:28:22 +0200
commit4d3aaa286ebdbec7276e3d87e1c8a16bcf5204ec (patch)
tree5af5819ca5ff80bf9163f6d1065ab6c79a900028
parent9526b568534577a39ac6810670c9421e5e521da9 (diff)
suppress pedantic warning
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r--sfeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index d00ecf9..de06085 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -341,7 +341,7 @@ parsetime(const char *s, char *buf, size_t bufsiz) {
NULL
};
char *p;
- int i;
+ unsigned int i;
if(buf)
buf[0] = '\0';