aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
authorBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2018-11-11 08:50:49 +0100
committerBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2018-11-11 08:50:49 +0100
commitb0bb224ce6c4bd769a3f1a868e832d9d38f6e63e (patch)
tree1810e92a24c95fa707b6b9bd56fd2526cdc86381 /src/tools.h
parenta3ec8e0b6b5cc88063893fd7226599727a41dd29 (diff)
downloadlanes-b0bb224ce6c4bd769a3f1a868e832d9d38f6e63e.tar.gz
lanes-b0bb224ce6c4bd769a3f1a868e832d9d38f6e63e.tar.bz2
lanes-b0bb224ce6c4bd769a3f1a868e832d9d38f6e63e.zip
fix a bunch of compilation warnings (issue #157)
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h
index 09ae050..2f78b73 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -33,7 +33,7 @@ int luaG_nameof( lua_State* L);
33int luaG_new_require( lua_State* L); 33int luaG_new_require( lua_State* L);
34 34
35void populate_func_lookup_table( lua_State* L, int _i, char const* _name); 35void populate_func_lookup_table( lua_State* L, int _i, char const* _name);
36void serialize_require( Universe* U, lua_State *L); 36void serialize_require( DEBUGSPEW_PARAM_COMMA( Universe* U) lua_State *L);
37void initialize_on_state_create( Universe* U, lua_State* L); 37void initialize_on_state_create( Universe* U, lua_State* L);
38void call_on_state_create( Universe* U, lua_State* L, lua_State* from_, LookupMode mode_); 38void call_on_state_create( Universe* U, lua_State* L, lua_State* from_, LookupMode mode_);
39 39