Raptor007 / aq2-tng

Action Quake 2: The Next Generation. Raptor007's sandbox for testing changes. When verified stable, this code is pushed to the official aq2-tng repo:
https://github.com/aq2-tng/aq2-tng/tree/bots
4 stars 2 forks source link

Clean up warnings in new gcc #99

Open Raptor007 opened 3 years ago

Raptor007 commented 3 years ago

There are warnings generated by newer versions of gcc: format-truncation in the master code, and unused-result in the bots code. (See later comments on pull #97.) The code generating these warnings should be cleaned up.

For now, adding -Wno-format-truncation -Wno-unused-result to CFLAGS should suppress them.