diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:10:33 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:10:33 +0100 |
commit | 4a3f1fdfe1eb3743564adcee35d5513224339260 (patch) | |
tree | 1bcc97c9bd5abcf181b9f19294a0f187ff8af103 /common.am | |
parent | 7152401783578b56343f578b4ec920998660de33 (diff) |
New upstream version 0.25.1upstream/0.25.1
Diffstat (limited to 'common.am')
-rw-r--r-- | common.am | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ COMMON_CFLAGS = \ -DGETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' \ -D_LANG_SUPPORT_DIR='"$(prefix)/share/locale"' \ -D_LIBEXECDIR='"$(libexecdir)"' \ - -D_LIB='"$(libdir)"' + -D_LIB='"$(libdir)"' \ + -Wno-incompatible-pointer-types \ + -Wno-discarded-qualifiers if IS_GITVERSION COMMON_CFLAGS += -D_GIT_VERSION='"@GITVER@"' |