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/Composite.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/Composite.c')
-rw-r--r-- | src/Composite.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Composite.c b/src/Composite.c index 108645d..6efe9c7 100644 --- a/src/Composite.c +++ b/src/Composite.c @@ -276,10 +276,10 @@ static void CompositeDeleteChild( /* ARGSUSED */ static void CompositeInitialize( - Widget requested_widget, + Widget requested_widget _X_UNUSED, Widget new_widget, - ArgList args, - Cardinal *num_args) + ArgList args _X_UNUSED, + Cardinal *num_args _X_UNUSED) { register CompositeWidget cw; |