iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
114 stars 32 forks source link

Couple of nasty compiler warnings to fix in 0.0-33 #55

Closed iamgreaser closed 11 years ago

iamgreaser commented 11 years ago

In file included from src/lua.c:66:0: src/lua_util.h:18:2: warning: #import is a deprecated GCC extension [-Wdeprecated] src/lua_util.h: In function ‘icelua_fn_common_time’: src/lua_util.h:49:2: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration]

time() is declared in time.h.

Also going to note that including "common.h" is not necessary in the lua_*.h sections.

Whoever ends up making 0.0-34, could you please add these fixes along the way? Thanks.