mu: fix some compiler warnings

This commit is contained in:
djcb
2016-12-28 16:32:39 +02:00
parent 0fe41c8690
commit 72a1da9da8
3 changed files with 5 additions and 4 deletions

View File

@ -24,6 +24,7 @@ AM_CFLAGS= \
$(WARN_CFLAGS) \
-Wno-format-nonliteral \
-Wno-switch-enum \
-Wno-suggest-attribute=format \
$(GMIME_CFLAGS) \
$(GLIB_CFLAGS) \
$(GUILE_CFLAGS)