enginmanap / limonEngine

3D FPS game engine with full dynamic lighting and shadows
http://www.limonengine.com
GNU Lesser General Public License v3.0
580 stars 57 forks source link

__attribute__((unused)) tags replacement #119

Closed onurblt closed 4 years ago

onurblt commented 4 years ago

attribute((unused)) and __attribute((unused)) tags replaced with [[gnu::unused]] Note: Not tested on Visual Studio closes #87

enginmanap commented 4 years ago

Merged, Thanks!

onurblt commented 4 years ago

You are welcome