summaryrefslogtreecommitdiff
path: root/BitEdit.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-06-01 19:27:15 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-06-01 19:27:15 -0700
commit3a2473affe1e15d6e8d252db7ec5e22fd1683978 (patch)
tree023b0349e60706cf11213e67ce09c99c975c5cd8 /BitEdit.c
parent6dcc9c8064baeb2f9d853309123cd9736809a4fd (diff)
Use _CONST_X_STRING to make libXt declare String as const char *
Clears 169 out of 240 -Wdiscarded-qualifiers warnings from gcc 7.3 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'BitEdit.c')
-rw-r--r--BitEdit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitEdit.c b/BitEdit.c
index 64c2e56..a9ec29f 100644
--- a/BitEdit.c
+++ b/BitEdit.c
@@ -226,7 +226,7 @@ static Boolean image_visible = False;
static Pixmap check_mark;
static Dialog input_dialog, error_dialog, qsave_dialog;
static Time btime;
-static String filename = NULL, base_name = NULL, format;
+static char *filename = NULL, *base_name = NULL, *format;
static char message[80];