diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-06-08 19:15:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-06-08 19:15:34 -0700 |
commit | f846695df6b5d9543e12d1c8f04d9d7575df1ac6 (patch) | |
tree | e5f932b245cc57dfa358e06518397758ebe77e0f /Makefile.am | |
parent | 74bd63d6e6768f96c3e6fc2b692a5b012edbcea3 (diff) |
Pass -D_CONST_X_STRING to make libXt declare String as const char *
Clears up 32 of 38 gcc -Wdiscarded-qualifiers warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bd9a2e6..959d138 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ SUBDIRS = man bin_PROGRAMS = viewres AM_CFLAGS = $(VIEWRES_CFLAGS) $(CWARNFLAGS) +AM_CPPFLAGS = -D_CONST_X_STRING viewres_LDADD = $(VIEWRES_LIBS) viewres_SOURCES = \ |