FrozenSand / ioq3-for-UrbanTerror-4

The officially supported ioquake3 engine by the Frozen Sand Development Team for the game Urban Terror 4.x
http://www.urbanterror.info
GNU General Public License v2.0
148 stars 65 forks source link

Fixed a few compiler warnings #53

Closed karnute closed 8 years ago

karnute commented 8 years ago

Barbatos, after seeing you are fixing compiler warnings, here are a few more. These are only from compiling in Debian and not those related to unused variables. I have only tested them in Debian (only one play test in a 4.2 server, and one in a 4.3 server).

karnute commented 8 years ago

The changes in the second commit are only cosmetic (indentation and tabulators instead of spaces) just to avoid compiler warnings from -Wmisleading-indentation option in new gcc6 in Debian.

Barbatos commented 8 years ago

Looks good, thank you!