summaryrefslogtreecommitdiff
path: root/soltools/cpp/_lex.c
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-02-02 23:49:51 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-02-03 00:44:31 +0200
commit6ade6fe1e657b1c8092f6a6c18a4c7776590973d (patch)
treec29a4df98e890f2bb0500b0b4941391f2be27136 /soltools/cpp/_lex.c
parentf38b7b2f6d342709e704522a93e2bafb009b2678 (diff)
Silence compiler warnings
Diffstat (limited to 'soltools/cpp/_lex.c')
-rw-r--r--soltools/cpp/_lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/_lex.c b/soltools/cpp/_lex.c
index ffbc54a26915..452de6c779b1 100644
--- a/soltools/cpp/_lex.c
+++ b/soltools/cpp/_lex.c
@@ -635,7 +635,7 @@ Source *
setsource(char *name, int path, int fd, char *str, int wrap)
{
Source *s = new(Source);
- int len;
+ size_t len;
s->line = 1;
s->lineinc = 0;