diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:34:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:34:31 -0700 |
commit | 954fc5687b9805201c425fd3139acb6d19bd9bd5 (patch) | |
tree | 8145fed234d1879178f2dec648c132e402f223b2 /Makefile.am | |
parent | b08c43c680e4ad3092893bc7f3eb5f98e67648af (diff) |
const cleanup
Clears up 32 out of 49 -Wdiscarded-qualifiers warnings from gcc
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 f7ab434..e62fd49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ SUBDIRS = man bin_PROGRAMS = xfontsel +AM_CPPFLAGS = -D_CONST_X_STRING AM_CFLAGS = $(XFONTSEL_CFLAGS) $(CWARNFLAGS) xfontsel_LDADD = $(XFONTSEL_LIBS) |