Module Name:    src
Committed By:   christos
Date:           Tue Nov 10 23:32:33 UTC 2020

Modified Files:
        src/games/warp: play.c

Log Message:
remove error(1) comments


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/games/warp/play.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/warp/play.c
diff -u src/games/warp/play.c:1.3 src/games/warp/play.c:1.4
--- src/games/warp/play.c:1.3	Tue Nov 10 17:42:19 2020
+++ src/games/warp/play.c	Tue Nov 10 18:32:33 2020
@@ -138,8 +138,6 @@ play(void)
 			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;

Reply via email to