From 04acbb3ee336d40822a47045308045872abd7cb8 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Fri, 29 Sep 2017 11:24:56 -0400 Subject: Don't need to set -Wno-error=unused-variable anymore Signed-off-by: Mathieu Trudel-Lapierre --- debian/changelog | 1 - debian/rules | 2 -- 2 files changed, 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6ad19edf..a849dca5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,6 @@ shim (13-0ubuntu1) 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 3ea5da40..cf799825 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +25,6 @@ COMMON_OPTIONS = \ EFIDIR=$(distributor) \ $(NULL) -CPPFLAGS += -Wno-error=unused-variable - %: dh $@ --parallel -- cgit v1.2.3