waxeye-org / waxeye

Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.
https://waxeye-org.github.io/waxeye/index.html
Other
235 stars 38 forks source link

Fix compiler warnings #35

Closed jishi9 closed 7 years ago

jishi9 commented 7 years ago

There are two warning types being addressed (the only two warnings in fact, well done!):

https://stackoverflow.com/a/2524675 http://www.cplusplus.com/reference/cstdio/printf/ https://linux.die.net/man/3/printf "z: A following integer conversion corresponds to a size_t or ssize_t argument."