Browse Source

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

logrotate: Fix nonnull-compare compile error
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
33b52f019e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/logrotate/Makefile

+ 1
- 1
utils/logrotate/Makefile 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


Loading…
Cancel
Save