coreos-base/update_engine: Work around new gdbus-codegen warnings

This commit is contained in:
David Michael 2018-06-24 17:54:23 +00:00
parent db817354f0
commit 484fa1df46
2 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ src_configure() {
append-ldflags -no-pie append-ldflags -no-pie
fi fi
# Work around new gdbus-codegen output.
append-flags -Wno-unused-function
local myeconfargs=( local myeconfargs=(
$(use_enable cros-debug debug) $(use_enable cros-debug debug)
$(use_enable delta_generator) $(use_enable delta_generator)