diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-07 12:13:17 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-07 12:14:27 -0400 |
commit | 61df064c511bb93b49a67a2d2b3c4886d650eeda (patch) | |
tree | 8c08b6978bd43852c411353de1d1e1507e8a9288 /src/TMaction.c | |
parent | 1229be61dabfcbba555ec34fd43da21e94ed7f06 (diff) |
use _X_UNUSED to quiet compiler warnings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/TMaction.c')
-rw-r--r-- | src/TMaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TMaction.c b/src/TMaction.c index 84ba2a0..a8122f7 100644 --- a/src/TMaction.c +++ b/src/TMaction.c @@ -542,7 +542,7 @@ static void RemoveFromBindCache( /* ARGSUSED */ static void RemoveAccelerators( Widget widget, - XtPointer closure, XtPointer data) + XtPointer closure, XtPointer data _X_UNUSED) { Widget destination = (Widget)closure; TMComplexBindProcs bindProcs; @@ -892,7 +892,7 @@ void XtMenuPopupAction( /*ARGSUSED*/ static void _XtMenuPopdownAction( Widget widget, - XEvent *event, + XEvent *event _X_UNUSED, String *params, Cardinal *num_params) { |