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/ResConfig.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/ResConfig.c')
-rw-r--r-- | src/ResConfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ResConfig.c b/src/ResConfig.c index b668736..6a87355 100644 --- a/src/ResConfig.c +++ b/src/ResConfig.c @@ -405,7 +405,7 @@ _search_child ( /* ARGSUSED */ static char _get_part ( - char *remainder, + char *remainder _X_UNUSED, char **indx, char **part) { @@ -894,7 +894,7 @@ dump_widget_tree ( void _XtResourceConfigurationEH ( Widget w, - XtPointer client_data, + XtPointer client_data _X_UNUSED, XEvent *event) { Atom actual_type; |