From c131d277ef061716b97e27cccc094bf1c0ae222f Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Tue, 19 Mar 2019 20:04:40 -0400 Subject: eliminate casts of NULL for String* and Cardinal*, since those are unnecessary as well as interfere with proposed const-string changes. Signed-off-by: Thomas E. Dickey --- src/TMgrab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TMgrab.c') diff --git a/src/TMgrab.c b/src/TMgrab.c index 25c5540..551cc51 100644 --- a/src/TMgrab.c +++ b/src/TMgrab.c @@ -231,7 +231,7 @@ static Boolean DoGrab( XtAppWarningMsg(XtWidgetToApplicationContext(widget), "invalidPopup","unsupportedOperation",XtCXtToolkitError, "Pop-up menu creation is only supported on Button, Key or EnterNotify events.", - (String *)NULL, (Cardinal *)NULL); + NULL, NULL); break; } UNLOCK_PROCESS; -- cgit v1.2.3