Mercurial > hg > wm
diff Meerwald/cmp_ppm.c @ 20:bd669312f068
suppress warnings, fix link errors
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
---|---|
date | Sat, 28 Jan 2023 23:54:58 +0100 |
parents | a5249f7d45f7 |
children |
line wrap: on
line diff
--- a/Meerwald/cmp_ppm.c Tue Sep 21 13:40:51 2010 +0200 +++ b/Meerwald/cmp_ppm.c Sat Jan 28 23:54:58 2023 +0100 @@ -39,7 +39,7 @@ pixval in_maxval; int orig_cols, orig_rows, orig_format; pixval orig_maxval; - int cols, rows, format; + int cols, rows; pixval maxval; int col, row; @@ -163,7 +163,6 @@ cols = in_cols; rows = in_rows; - format = in_format; maxval = in_maxval; input_image = ppm_allocarray(cols, rows);