diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index dbfa92907..9218a8c76 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -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