fixed compiler warnings (after adding "-Wmissing-prototypes")
authorHolger Schemel <info@artsoft.org>
Wed, 19 Sep 2018 06:50:46 +0000 (08:50 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 19 Sep 2018 08:11:13 +0000 (10:11 +0200)
commit30eb586d06bc4d1ee7388dced1c20e530292aa93
tree8c2a52c786767d6f87f624e280399a4082f6890c
parent115ce6f2da1914d68b0fe0e5f9082973190dacdd
fixed compiler warnings (after adding "-Wmissing-prototypes")

Adding this warning option revealed lots of unused functions (which
are deactivated in the code using preprocessor directives for now and
which will be checked and probably removed in a later step).
31 files changed:
src/Makefile
src/anim.c
src/editor.c
src/events.c
src/files.c
src/game.c
src/game_em/export.h
src/game_em/init.c
src/game_em/input.c
src/game_em/synchro_1.c
src/game_em/tab_generate.c
src/game_mm/mm_game.c
src/game_mm/mm_tools.c
src/game_sp/file.c
src/game_sp/main.c
src/init.c
src/libgame/hash.h
src/libgame/image.c
src/libgame/joystick.c
src/libgame/misc.c
src/libgame/sdl.c
src/libgame/setup.c
src/libgame/snapshot.c
src/libgame/sound.c
src/libgame/system.c
src/main.h
src/netserv.c
src/network.c
src/screens.c
src/tape.c
src/tools.c