diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-08 14:28:22 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-08 14:28:22 +0200 |
commit | 4d3aaa286ebdbec7276e3d87e1c8a16bcf5204ec (patch) | |
tree | 5af5819ca5ff80bf9163f6d1065ab6c79a900028 | |
parent | 9526b568534577a39ac6810670c9421e5e521da9 (diff) |
suppress pedantic warning
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | sfeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |