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/RectObj.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/RectObj.c')
-rw-r--r-- | src/RectObj.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/RectObj.c b/src/RectObj.c index 73e9625..c02cbf0 100644 --- a/src/RectObj.c +++ b/src/RectObj.c @@ -127,7 +127,7 @@ WidgetClass rectObjClass = (WidgetClass)&rectObjClassRec; /*ARGSUSED*/ static void XtCopyAncestorSensitive( Widget widget, - int offset, + int offset _X_UNUSED, XrmValue *value) { static Boolean sensitive; @@ -181,8 +181,8 @@ static void RectClassPartInitialize( /*ARGSUSED*/ static void RectSetValuesAlmost( - Widget old, - Widget new, + Widget old _X_UNUSED, + Widget new _X_UNUSED, XtWidgetGeometry *request, XtWidgetGeometry *reply) { |