author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 17:32:37 +0000 (19:32 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 17:32:37 +0000 (19:32 +0200) | ||
commit | e35c68e1999cab48e8b912f7e90b535d1afe9353 | |
tree | 16b666156e249b63fccffe809759eef8dc8a5fd5 | tree | snapshot |
parent | 88001af68cb86d0d95fa143b031359b10eddbe1f | commit | diff |
Lua plugin: fix old style definition
lua.c: In function ‘module_register’:
lua.c:588:6: warning: old-style function definition
[-Wold-style-definition]
void module_register() {
^~~~~~~~~~~~~~~
lua.c: In function ‘module_register’:
lua.c:588:6: warning: old-style function definition
[-Wold-style-definition]
void module_register() {
^~~~~~~~~~~~~~~
src/lua.c | diff | blob | history |