]> git.sur5r.net Git - cc65/blobdiff - src/ca65/listing.c
Enable even more warnings
[cc65] / src / ca65 / listing.c
index e132b24c3982f369a3743174b2349d07d9d151e9..df256c5a88d9bc25c642cba25a19be2e54e43fe6 100644 (file)
@@ -67,7 +67,7 @@ ListLine*       LineLast = 0;         /* Last (current) listing line */
 /* Page and other formatting */
 int                    PageLength = -1;        /* Length of a listing page */
 static unsigned        PageNumber = 1;         /* Current listing page number */
-static unsigned PageLines  = 0;                /* Current line on page */
+static int      PageLines  = 0;                /* Current line on page */
 static unsigned ListBytes  = 12;       /* Number of bytes to list for one line */
 
 /* Switch the listing on/off */