kopia lustrzana https://gitlab.com/sane-project/backends
genesys: silence compiler warning related to unused parameters
rodzic
9941f15176
commit
97cd6ceca0
|
@ -216,6 +216,9 @@ void write_tiff_file(const std::string& filename, const void* data, int depth, i
|
||||||
TIFFClose(image);
|
TIFFClose(image);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
(void)data;
|
||||||
|
(void)filename;
|
||||||
|
|
||||||
dbg.log(DBG_error, "Backend has been built without TIFF library support. "
|
dbg.log(DBG_error, "Backend has been built without TIFF library support. "
|
||||||
"Debug images will not be saved");
|
"Debug images will not be saved");
|
||||||
#endif
|
#endif
|
||||||
|
|
Ładowanie…
Reference in New Issue