Open JayFoxRox opened 6 years ago
Closes https://github.com/OpenSWE1R/swe1r-re/issues/13 Closes https://github.com/OpenSWE1R/swe1r-re/issues/15 Closes https://github.com/OpenSWE1R/swe1r-re/issues/16
It also makes the gcc CFLAGS more strict and turns on -Werror. This is to protect against printf issues and other oddities.
CFLAGS
-Werror
printf
After merge, a new issue has to be created that reminds us to make this tool more compatible with other versions of the game.
Closes https://github.com/OpenSWE1R/swe1r-re/issues/13 Closes https://github.com/OpenSWE1R/swe1r-re/issues/15 Closes https://github.com/OpenSWE1R/swe1r-re/issues/16
It also makes the gcc
CFLAGS
more strict and turns on-Werror
. This is to protect againstprintf
issues and other oddities.After merge, a new issue has to be created that reminds us to make this tool more compatible with other versions of the game.