ppm2tiff: remove unused argument warning
This commit is contained in:
parent
5582d0bfad
commit
622492cb31
@ -66,6 +66,9 @@ static int processCompressOptions(char*);
|
||||
static void
|
||||
pack_none (unsigned char *buf, unsigned int smpls, uint16 bps)
|
||||
{
|
||||
(void)buf;
|
||||
(void)smpls;
|
||||
(void)bps;
|
||||
return;
|
||||
}
|
||||
|
||||
@ -75,6 +78,7 @@ pack_swab (unsigned char *buf, unsigned int smpls, uint16 bps)
|
||||
unsigned int s;
|
||||
unsigned char h;
|
||||
unsigned char l;
|
||||
(void)bps;
|
||||
|
||||
for (s = 0; smpls > s; s++) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user