most unused arg warnings corrected.
- removed deprecated bitmap arg from IMB_allocImBuf (plugins will need updating). - mostly tagged UNUSED() since some of these functions look like they may need to have the arguments used later.
This commit is contained in:
@@ -379,7 +379,7 @@ int cdf_write_open(CDataFile *cdf, char *filename)
|
||||
return 1;
|
||||
}
|
||||
|
||||
int cdf_write_layer(CDataFile *cdf, CDataFileLayer *blay)
|
||||
int cdf_write_layer(CDataFile *UNUSED(cdf), CDataFileLayer *UNUSED(blay))
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user