commit | abe635cfd76366f8daee0e09d998369f6aa696d7 | [log] [tgz] |
---|---|---|
author | Joerg Mayer <jmayer@loplof.de> | Sat Nov 11 00:38:37 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Nov 11 00:38:37 2000 +0000 |
tree | 73e92214b24ae9c86bd3a09a7f6804fef48825ab | |
parent | c4b8b266a9c052d903d3a29e9aae388ce71bd1da [diff] [blame] |
Get rid of some warnings about unused variables, signed/unsigned comparisons and incomplete initializations.
diff --git a/tools/winebuild/parser.c b/tools/winebuild/parser.c index 958ecd7..19085a4 100644 --- a/tools/winebuild/parser.c +++ b/tools/winebuild/parser.c
@@ -183,7 +183,7 @@ static void ParseExportFunction( ORDDEF *odp ) { char *token; - int i; + unsigned int i; switch(SpecType) {