mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
added -Wextra -Werror and fixed everything it had to mecker about
This commit is contained in:
@@ -255,7 +255,7 @@ char *pcp_readz85file(FILE *infile) {
|
||||
}
|
||||
|
||||
char *pcp_readz85string(byte *input, size_t bufsize) {
|
||||
int i;
|
||||
size_t i;
|
||||
size_t MAXLINE = 1024;
|
||||
|
||||
if(bufsize == 0) {
|
||||
|
||||
Reference in New Issue
Block a user