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

Make inline functions conform to C99 semantics #75

Closed lonkamikaze closed 7 years ago

lonkamikaze commented 7 years ago

This fixes -O0/-O1 builds (e.g. for debugging) with clang39 or later and gcc5 or later.

See http://clang.llvm.org/compatibility.html#inline for an explanation.