Merge pull request #3155 from nxhack/logrotate-nonnull-compare

logrotate: Fix nonnull-compare compile error
This commit is contained in:
Hannu Nyman 2016-09-13 11:41:49 +03:00 committed by GitHub
commit 33b52f019e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ define Package/logrotate/conffiles
/etc/logrotate.conf
endef
EXTRA_CFLAGS += $(TARGET_CPPFLAGS)
EXTRA_CFLAGS += $(TARGET_CPPFLAGS) -Wno-nonnull-compare
EXTRA_LDFLAGS += $(TARGET_LDFLAGS)
define Build/Compile