Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/warp remove error(1) comments



details:   https://anonhg.NetBSD.org/src/rev/bd7f998f08a5
branches:  trunk
changeset: 945954:bd7f998f08a5
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 10 23:32:33 2020 +0000

description:
remove error(1) comments

diffstat:

 games/warp/play.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 77482170ab22 -r bd7f998f08a5 games/warp/play.c
--- a/games/warp/play.c Tue Nov 10 23:03:22 2020 +0000
+++ b/games/warp/play.c Tue Nov 10 23:32:33 2020 +0000
@@ -138,8 +138,6 @@
                        possiblescore += 5000;
                    }
                    if (apolloflag & 2) {
-/*###141 [cc] warning: array subscript has type 'char' [-Wchar-subscripts]%%%*/
-/*###141 [cc] warning: array subscript has type 'char' [-Wchar-subscripts]%%%*/
                        if (blast[realapollo->posy][realapollo->posx] <= 32000)
                            bvely = bvelx = 0;
                        realapollo->energy = 32000;



Home | Main Index | Thread Index | Old Index