diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e9fd3ba5..d439d761 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ shim (13~git1505328971.0780644a-0ubuntu1~test1) UNRELEASED; urgency=medium at compile-time for MokManager and fallback. - Set ENABLE_SBSIGN, to use sbsign instead of pesign for signing fallback and MokManager. + - Ignore unused-variable errors. * debian/patches/second-stage-path: dropped; the default loader path now includes an arch suffix. * debian/patches/sbsigntool-no-pesign: dropped; no longer needed.. diff --git a/debian/rules b/debian/rules index cf799825..3ea5da40 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,8 @@ COMMON_OPTIONS = \ EFIDIR=$(distributor) \ $(NULL) +CPPFLAGS += -Wno-error=unused-variable + %: dh $@ --parallel |
