From 24d38c420d5d60c988f07dd25f7fa81171dac64f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 19 Nov 2011 11:29:03 -0800 Subject: Fix some gcc -Wwrite-strings warnings Many are unfixable at the moment due to the libXt API Signed-off-by: Alan Coopersmith --- popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popup.c') diff --git a/popup.c b/popup.c index 5c0ef97..17d81b7 100644 --- a/popup.c +++ b/popup.c @@ -36,7 +36,7 @@ from The Open Group. void PopupPopup(Widget parent, Widget popup, Bool transient, Bool first_time, - int offset_x, int offset_y, String delAction) + int offset_x, int offset_y, const _XtString delAction) { if (!transient && !first_time) { -- cgit v1.2.3