benblankley / fort-rpg

A text-based Computer Role Playing Game written in Fortran 90
Other
3 stars 7 forks source link

style: remove unused variables #17

Open vil02 opened 1 month ago

vil02 commented 1 month ago

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 the Makefile?