Open vil02 opened 1 month ago
This PR removes some unused variables (-Wunused-variable found them).
-Wunused-variable
After each commit I run make clean && make. At the end, I played a bit the game (visiting all of the changed locations etc).
make clean && make
Now the code builds without warnings with the -Wunused-variable. Should it be added to the Makefile?
Makefile
This PR removes some unused variables (
-Wunused-variable
found them).Testing done:
After each commit I run
make clean && make
. At the end, I played a bit the game (visiting all of the changed locations etc).Now the code builds without warnings with the
-Wunused-variable
. Should it be added to theMakefile
?