diff --git a/src/am_map.c b/src/am_map.c index 47ca059..0895c4d 100644 --- a/src/am_map.c +++ b/src/am_map.c @@ -23,7 +23,9 @@ // //----------------------------------------------------------------------------- -static const char rcsid[] = "$Id: am_map.c,v 1.4 1997/02/03 21:24:33 b1 Exp $"; +static const char __attribute__((unused)) +rcsid[] = "$Id: am_map.c,v 1.4 1997/02/03 21:24:33 b1 Exp $"; + #include diff --git a/src/d_items.c b/src/d_items.c index 6de81ae..11b12a4 100644 --- a/src/d_items.c +++ b/src/d_items.c @@ -21,9 +21,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id:$"; + // We are referring to sprite numbers. #include "info.h" diff --git a/src/d_main.c b/src/d_main.c index 426d65a..24a4d85 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -25,8 +25,9 @@ // //----------------------------------------------------------------------------- +static const char __attribute__((unused)) +rcsid[] = "$Id: d_main.c,v 1.8 1997/02/03 22:45:09 b1 Exp $"; -static const char rcsid[] = "$Id: d_main.c,v 1.8 1997/02/03 22:45:09 b1 Exp $"; #define BGCOLOR 7 #define FGCOLOR 8 diff --git a/src/d_net.c b/src/d_net.c index 555de14..38c29b8 100644 --- a/src/d_net.c +++ b/src/d_net.c @@ -23,8 +23,8 @@ // //----------------------------------------------------------------------------- - -static const char rcsid[] = "$Id: d_net.c,v 1.3 1997/02/03 22:01:47 b1 Exp $"; +static const char __attribute__((unused)) +rcsid[] = "$Id: d_net.c,v 1.3 1997/02/03 22:01:47 b1 Exp $"; #include "m_menu.h" diff --git a/src/doomdef.c b/src/doomdef.c index 9fe9bd8..d8c2042 100644 --- a/src/doomdef.c +++ b/src/doomdef.c @@ -23,7 +23,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/doomstat.c b/src/doomstat.c index d8a4e61..64c954a 100644 --- a/src/doomstat.c +++ b/src/doomstat.c @@ -22,7 +22,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/dstrings.c b/src/dstrings.c index b95d425..11d1f2d 100644 --- a/src/dstrings.c +++ b/src/dstrings.c @@ -22,7 +22,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/f_finale.c b/src/f_finale.c index a652df8..838d152 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -22,10 +22,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: f_finale.c,v 1.5 1997/02/03 21:26:34 b1 Exp $"; + #include // Functions. diff --git a/src/f_wipe.c b/src/f_wipe.c index 9926b14..3b66643 100644 --- a/src/f_wipe.c +++ b/src/f_wipe.c @@ -22,9 +22,8 @@ // //----------------------------------------------------------------------------- - -static const char rcsid[] = "$Id: f_wipe.c,v 1.2 1997/02/03 22:45:09 b1 Exp $"; - +static const char __attribute__((unused)) +rcsid[] = "$Id: f_wipe.c,v 1.2 1997/02/03 22:45:09 b1 Exp $"; #include "z_zone.h" diff --git a/src/g_game.c b/src/g_game.c index 359481e..1f24b7e 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -21,10 +21,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: g_game.c,v 1.8 1997/02/03 22:45:09 b1 Exp $"; + #include #include diff --git a/src/hu_lib.c b/src/hu_lib.c index 1a7de2b..eff539d 100644 --- a/src/hu_lib.c +++ b/src/hu_lib.c @@ -21,9 +21,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: hu_lib.c,v 1.3 1997/01/26 07:44:58 b1 Exp $"; + #include #include "doomdef.h" diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 51ea66a..5b53dcd 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -21,9 +21,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: hu_stuff.c,v 1.4 1997/02/03 16:47:52 b1 Exp $"; + #include #include "doomdef.h" diff --git a/src/i_main.c b/src/i_main.c index ffa0695..afd67fc 100644 --- a/src/i_main.c +++ b/src/i_main.c @@ -22,11 +22,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: i_main.c,v 1.4 1997/02/03 22:45:10 b1 Exp $"; - #include "doomdef.h" #include "m_argv.h" diff --git a/src/i_net.c b/src/i_net.c index 2bd4f44..ca749e5 100644 --- a/src/i_net.c +++ b/src/i_net.c @@ -21,9 +21,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; + #include #include #include diff --git a/src/i_sound.c b/src/i_sound.c index 906ef31..58a3e92 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -22,9 +22,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: i_unix.c,v 1.5 1997/02/03 22:45:10 b1 Exp $"; + #include #include #include diff --git a/src/i_system.c b/src/i_system.c index 3850892..7490681 100644 --- a/src/i_system.c +++ b/src/i_system.c @@ -21,7 +21,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/i_video.c b/src/i_video.c index f2876f4..fb1ec54 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -22,9 +22,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: i_x.c,v 1.6 1997/02/03 22:45:10 b1 Exp $"; + #include #include #include diff --git a/src/info.c b/src/info.c index 3f9c07c..73f3420 100644 --- a/src/info.c +++ b/src/info.c @@ -24,9 +24,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: info.c,v 1.3 1997/01/26 07:45:00 b1 Exp $"; + // Data. #include "sounds.h" #include "m_fixed.h" diff --git a/src/m_argv.c b/src/m_argv.c index 2bbdaa4..e96c8b5 100644 --- a/src/m_argv.c +++ b/src/m_argv.c @@ -21,7 +21,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_argv.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/m_bbox.c b/src/m_bbox.c index 521dec4..8856e8e 100644 --- a/src/m_bbox.c +++ b/src/m_bbox.c @@ -25,7 +25,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/m_cheat.c b/src/m_cheat.c index 6fdbf62..a54aed2 100644 --- a/src/m_cheat.c +++ b/src/m_cheat.c @@ -22,10 +22,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_cheat.c,v 1.1 1997/02/03 21:24:34 b1 Exp $"; + #include "m_cheat.h" // diff --git a/src/m_fixed.c b/src/m_fixed.c index b3cd100..aa140c7 100644 --- a/src/m_fixed.c +++ b/src/m_fixed.c @@ -22,10 +22,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; + #include "stdlib.h" #include "doomtype.h" diff --git a/src/m_menu.c b/src/m_menu.c index 3f7c686..5827ee1 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -23,9 +23,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_menu.c,v 1.7 1997/02/03 22:45:10 b1 Exp $"; + #include #include #include diff --git a/src/m_misc.c b/src/m_misc.c index aeba176..a704ba9 100644 --- a/src/m_misc.c +++ b/src/m_misc.c @@ -25,9 +25,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_misc.c,v 1.6 1997/02/03 22:45:10 b1 Exp $"; + #include #include #include diff --git a/src/m_random.c b/src/m_random.c index 3904907..c75baea 100644 --- a/src/m_random.c +++ b/src/m_random.c @@ -22,7 +22,8 @@ // //----------------------------------------------------------------------------- -static const char rcsid[] = "$Id: m_random.c,v 1.1 1997/02/03 22:45:11 b1 Exp $"; +static const char __attribute__((unused)) +rcsid[] = "$Id: m_random.c,v 1.1 1997/02/03 22:45:11 b1 Exp $"; // diff --git a/src/m_swap.c b/src/m_swap.c index f633706..5a14c39 100644 --- a/src/m_swap.c +++ b/src/m_swap.c @@ -22,7 +22,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/p_ceilng.c b/src/p_ceilng.c index cd6d440..3aade27 100644 --- a/src/p_ceilng.c +++ b/src/p_ceilng.c @@ -21,7 +21,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_ceilng.c,v 1.4 1997/02/03 16:47:53 b1 Exp $"; diff --git a/src/p_doors.c b/src/p_doors.c index 928df43..ab9ece4 100644 --- a/src/p_doors.c +++ b/src/p_doors.c @@ -21,7 +21,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_doors.c,v 1.4 1997/02/03 16:47:53 b1 Exp $"; diff --git a/src/p_enemy.c b/src/p_enemy.c index 3d0fd23..8e86143 100644 --- a/src/p_enemy.c +++ b/src/p_enemy.c @@ -24,9 +24,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_enemy.c,v 1.5 1997/02/03 22:45:11 b1 Exp $"; + #include #include "m_random.h" diff --git a/src/p_floor.c b/src/p_floor.c index 9a5e248..24c4d81 100644 --- a/src/p_floor.c +++ b/src/p_floor.c @@ -22,7 +22,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_floor.c,v 1.4 1997/02/03 16:47:54 b1 Exp $"; diff --git a/src/p_inter.c b/src/p_inter.c index c4cc3a3..80cedef 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -22,8 +22,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_inter.c,v 1.4 1997/02/03 22:45:11 b1 Exp $"; diff --git a/src/p_lights.c b/src/p_lights.c index f7abd70..d8fd840 100644 --- a/src/p_lights.c +++ b/src/p_lights.c @@ -23,7 +23,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_lights.c,v 1.5 1997/02/03 22:45:11 b1 Exp $"; diff --git a/src/p_map.c b/src/p_map.c index bcac8fb..26669b2 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -23,9 +23,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_map.c,v 1.5 1997/02/03 22:45:11 b1 Exp $"; + #include #include "m_bbox.h" diff --git a/src/p_maputl.c b/src/p_maputl.c index 9e202dd..f27d5d0 100644 --- a/src/p_maputl.c +++ b/src/p_maputl.c @@ -25,7 +25,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_maputl.c,v 1.5 1997/02/03 22:45:11 b1 Exp $"; diff --git a/src/p_mobj.c b/src/p_mobj.c index 964cc33..6565c83 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -22,9 +22,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_mobj.c,v 1.5 1997/02/03 22:45:12 b1 Exp $"; + #include "i_system.h" #include "z_zone.h" #include "m_random.h" diff --git a/src/p_plats.c b/src/p_plats.c index 8ed97bb..1eb90c7 100644 --- a/src/p_plats.c +++ b/src/p_plats.c @@ -22,7 +22,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_plats.c,v 1.5 1997/02/03 22:45:12 b1 Exp $"; diff --git a/src/p_pspr.c b/src/p_pspr.c index 1580d8a..74da567 100644 --- a/src/p_pspr.c +++ b/src/p_pspr.c @@ -23,9 +23,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_pspr.c,v 1.5 1997/02/03 22:45:12 b1 Exp $"; + #include "doomdef.h" #include "d_event.h" diff --git a/src/p_saveg.c b/src/p_saveg.c index 9a2786b..d3297f5 100644 --- a/src/p_saveg.c +++ b/src/p_saveg.c @@ -22,9 +22,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_tick.c,v 1.4 1997/02/03 16:47:55 b1 Exp $"; + #include "i_system.h" #include "z_zone.h" #include "p_local.h" diff --git a/src/p_setup.c b/src/p_setup.c index 7d37df3..ca70fc4 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -23,7 +23,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_setup.c,v 1.5 1997/02/03 22:45:12 b1 Exp $"; diff --git a/src/p_sight.c b/src/p_sight.c index 96a2ecc..6c7038d 100644 --- a/src/p_sight.c +++ b/src/p_sight.c @@ -22,7 +22,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_sight.c,v 1.3 1997/01/28 22:08:28 b1 Exp $"; diff --git a/src/p_spec.c b/src/p_spec.c index 85b3f1d..9f03d05 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -26,9 +26,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_spec.c,v 1.6 1997/02/03 22:45:12 b1 Exp $"; + #include #include "doomdef.h" diff --git a/src/p_switch.c b/src/p_switch.c index 7aa7737..85ace90 100644 --- a/src/p_switch.c +++ b/src/p_switch.c @@ -23,7 +23,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_switch.c,v 1.3 1997/01/28 22:08:29 b1 Exp $"; diff --git a/src/p_telept.c b/src/p_telept.c index 8bc7355..59a9ef7 100644 --- a/src/p_telept.c +++ b/src/p_telept.c @@ -22,11 +22,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_telept.c,v 1.3 1997/01/28 22:08:29 b1 Exp $"; - #include "doomdef.h" #include "s_sound.h" diff --git a/src/p_tick.c b/src/p_tick.c index 175e9b7..6b3b3bc 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -23,9 +23,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_tick.c,v 1.4 1997/02/03 16:47:55 b1 Exp $"; + #include "z_zone.h" #include "p_local.h" diff --git a/src/p_user.c b/src/p_user.c index bc2d6c9..81882ca 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -24,8 +24,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: p_user.c,v 1.3 1997/01/28 22:08:29 b1 Exp $"; diff --git a/src/r_bsp.c b/src/r_bsp.c index 3729783..b22144d 100644 --- a/src/r_bsp.c +++ b/src/r_bsp.c @@ -22,8 +22,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: r_bsp.c,v 1.4 1997/02/03 22:45:12 b1 Exp $"; diff --git a/src/r_data.c b/src/r_data.c index d1ae039..42707a5 100644 --- a/src/r_data.c +++ b/src/r_data.c @@ -24,10 +24,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: r_data.c,v 1.4 1997/02/03 16:47:55 b1 Exp $"; + #include "i_system.h" #include "z_zone.h" diff --git a/src/r_draw.c b/src/r_draw.c index 0662bb8..e09a2ea 100644 --- a/src/r_draw.c +++ b/src/r_draw.c @@ -24,8 +24,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: r_draw.c,v 1.4 1997/02/03 16:47:55 b1 Exp $"; diff --git a/src/r_main.c b/src/r_main.c index d0eda53..c1ae3d3 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -24,9 +24,8 @@ // //----------------------------------------------------------------------------- - -static const char rcsid[] = "$Id: r_main.c,v 1.5 1997/02/03 22:45:12 b1 Exp $"; - +static const char __attribute__((unused)) +rcsid[] = "$Id: r_main.c,v 1.5 1997/02/03 22:45:12 b1 Exp $"; #include diff --git a/src/r_plane.c b/src/r_plane.c index 5ffd9c8..ad628dc 100644 --- a/src/r_plane.c +++ b/src/r_plane.c @@ -24,10 +24,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: r_plane.c,v 1.4 1997/02/03 16:47:55 b1 Exp $"; + #include #include "i_system.h" diff --git a/src/r_segs.c b/src/r_segs.c index c2bd38e..07ae372 100644 --- a/src/r_segs.c +++ b/src/r_segs.c @@ -22,14 +22,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: r_segs.c,v 1.3 1997/01/29 20:10:19 b1 Exp $"; - - - #include #include "i_system.h" diff --git a/src/r_sky.c b/src/r_sky.c index fd89277..4087237 100644 --- a/src/r_sky.c +++ b/src/r_sky.c @@ -26,7 +26,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: m_bbox.c,v 1.1 1997/02/03 22:45:10 b1 Exp $"; diff --git a/src/r_things.c b/src/r_things.c index 80489f1..e3b7698 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -22,8 +22,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: r_things.c,v 1.5 1997/02/03 16:47:56 b1 Exp $"; diff --git a/src/s_sound.c b/src/s_sound.c index d87047b..9566e03 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -21,12 +21,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: s_sound.c,v 1.6 1997/02/03 22:45:12 b1 Exp $"; - #include #include diff --git a/src/sounds.c b/src/sounds.c index e883e64..8dcf601 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -23,8 +23,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: sounds.c,v 1.3 1997/01/29 22:40:44 b1 Exp $"; diff --git a/src/st_lib.c b/src/st_lib.c index e63c0d8..97a0075 100644 --- a/src/st_lib.c +++ b/src/st_lib.c @@ -22,10 +22,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: st_lib.c,v 1.4 1997/02/03 16:47:56 b1 Exp $"; + #include #include "doomdef.h" diff --git a/src/st_stuff.c b/src/st_stuff.c index 914a063..8cc5a22 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -24,7 +24,7 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: st_stuff.c,v 1.6 1997/02/03 22:45:13 b1 Exp $"; diff --git a/src/tables.c b/src/tables.c index a0cba9a..2bd629f 100644 --- a/src/tables.c +++ b/src/tables.c @@ -36,12 +36,10 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: tables.c,v 1.4 1997/02/03 16:47:57 b1 Exp $"; - #include "tables.h" diff --git a/src/v_video.c b/src/v_video.c index 9b30e64..abc596f 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -23,8 +23,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: v_video.c,v 1.5 1997/02/03 22:45:13 b1 Exp $"; diff --git a/src/w_wad.c b/src/w_wad.c index 178f5cb..bb9b409 100644 --- a/src/w_wad.c +++ b/src/w_wad.c @@ -21,8 +21,7 @@ // //----------------------------------------------------------------------------- - -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: w_wad.c,v 1.5 1997/02/03 16:47:57 b1 Exp $"; diff --git a/src/wi_stuff.c b/src/wi_stuff.c index 01502c8..814ff7f 100644 --- a/src/wi_stuff.c +++ b/src/wi_stuff.c @@ -21,9 +21,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: wi_stuff.c,v 1.7 1997/02/03 22:45:13 b1 Exp $"; + #include #include "z_zone.h" diff --git a/src/z_zone.c b/src/z_zone.c index 4345485..770ddb5 100644 --- a/src/z_zone.c +++ b/src/z_zone.c @@ -21,9 +21,10 @@ // //----------------------------------------------------------------------------- -static const char +static const char __attribute__((unused)) rcsid[] = "$Id: z_zone.c,v 1.4 1997/02/03 16:47:58 b1 Exp $"; + #include "z_zone.h" #include "i_system.h" #include "doomdef.h"