summaryrefslogtreecommitdiff
path: root/src/Pixmap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-06 06:33:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-06 06:35:27 -0400
commit15860a8e2804243777c1e3d1fc997b9d6a500cb5 (patch)
tree1c677cfd4b755f320fccfdf0e5c5637dcb0b5a6b /src/Pixmap.c
parent70fb870ca41cd2a5f9c46ad0244004bd7f808202 (diff)
downloadxorg-lib-libXaw-15860a8e2804243777c1e3d1fc997b9d6a500cb5.tar.gz
use _X_UNUSED to quiet unused-parameter warnings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Pixmap.c')
-rw-r--r--src/Pixmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Pixmap.c b/src/Pixmap.c
index a359bb9..9a8d205 100644
--- a/src/Pixmap.c
+++ b/src/Pixmap.c
@@ -925,7 +925,7 @@ GradientLoader(XawParams *params, Screen *screen, Colormap colormap, int depth,
}
static Bool
-XPixmapLoader(XawParams *params, Screen *screen, Colormap colormap, int depth,
+XPixmapLoader(XawParams *params, Screen *screen, Colormap colormap, int depth _X_UNUSED,
Pixmap *pixmap_return, Pixmap *mask_return,
Dimension *width_return, Dimension *height_return)
{