summaryrefslogtreecommitdiff
path: root/backend/hp3900_debug.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-02-16 10:20:08 +0100
committerJörg Frings-Fürst <debian@jff.email>2023-02-16 10:20:08 +0100
commit778ebf8ee9cb22ea5727844333bcd5a6ee6bc0de (patch)
treea754e785b286ed82b45fe4e50b980714ad80e0a7 /backend/hp3900_debug.c
parent7d8aac1f3634dc58785bec7acf097dd6bac8c394 (diff)
parent32cb765f681299af226ca0520993cbe47ba5ecd0 (diff)
Merge branch 'release/debian/1.2.1-1'debian/1.2.1-1
Diffstat (limited to 'backend/hp3900_debug.c')
-rw-r--r--backend/hp3900_debug.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/backend/hp3900_debug.c b/backend/hp3900_debug.c
index 25254db..881f400 100644
--- a/backend/hp3900_debug.c
+++ b/backend/hp3900_debug.c
@@ -600,15 +600,15 @@ dbg_tiff_save (char *sFile, SANE_Int width, SANE_Int height, SANE_Int depth,
}
#else
/* silent gcc */
- sFile = sFile;
- width = width;
- height = height;
- depth = depth;
- colortype = colortype;
- res_x = res_x;
- res_y = res_y;
- buffer = buffer;
- size = size;
+ (void) sFile;
+ (void) width;
+ (void) height;
+ (void) depth;
+ (void) colortype;
+ (void) res_x;
+ (void) res_y;
+ (void) buffer;
+ (void) size;
DBG (DBG_ERR, "- dbg_tiff_save: tiffio not supported\n");
#endif