diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-11-01 09:32:52 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-11-01 09:32:52 +0000 |
commit | efe63f587c1d68332376498076e27ad90f62d736 (patch) | |
tree | 0741095c4f02ede31db3efb2c60798d37dfce0e3 /games-action/koth/files | |
parent | ~alpha keyword. (Manifest recommit) (diff) | |
download | gentoo-2-efe63f587c1d68332376498076e27ad90f62d736.tar.gz gentoo-2-efe63f587c1d68332376498076e27ad90f62d736.tar.bz2 gentoo-2-efe63f587c1d68332376498076e27ad90f62d736.zip |
GCC 3.4 fixes, marked ~ppc
Diffstat (limited to 'games-action/koth/files')
-rw-r--r-- | games-action/koth/files/koth-0.8.0-gcc-3.4.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games-action/koth/files/koth-0.8.0-gcc-3.4.patch b/games-action/koth/files/koth-0.8.0-gcc-3.4.patch new file mode 100644 index 000000000000..4a858cbe03a9 --- /dev/null +++ b/games-action/koth/files/koth-0.8.0-gcc-3.4.patch @@ -0,0 +1,29 @@ +--- relay.c.old 2004-11-01 09:19:04.835537536 +0000 ++++ relay.c 2004-11-01 09:19:59.453234384 +0000 +@@ -260,6 +260,7 @@ + else goto bail; + goto nextpkt; + bail: ++ ; + } + } + } +--- ballistics.c.old 2004-11-01 09:19:33.132235784 +0000 ++++ ballistics.c 2004-11-01 09:20:16.849589736 +0000 +@@ -92,6 +92,7 @@ + break; + case WALL_LAST: + /* just to satisfy gcc -Wall */ ++ ; + } + } + +@@ -210,7 +211,7 @@ + break; + case WALL_RANDOM: /* both of this can't happen, */ + case WALL_LAST: /* so they are here to satisfy gcc -Wall */ +- ++ ; + } + } + return FLYING; |