Blob Blame History Raw
--- fwts/src/Makefile.am.orig	2024-01-27 13:50:28.725253061 +0000
+++ fwts/src/Makefile.am	2024-01-27 13:51:20.180517605 +0000
@@ -13,7 +13,7 @@
 	-I$(top_srcdir)/efi_runtime			\
 	-I$(top_srcdir)/smccc_test			\
 	-pthread					\
-	-Wall -Werror -Wextra				\
+	-Wall -Wextra				\
 	-Wno-address-of-packed-member			\
 	-Wfloat-equal -Wmissing-declarations		\
 	-Wno-long-long -Wredundant-decls -Wshadow	\
--- fwts/src/utilities/Makefile.am.orig	2024-01-27 13:50:48.990357251 +0000
+++ fwts/src/utilities/Makefile.am	2024-01-27 13:51:39.012614426 +0000
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 
-AM_CPPFLAGS = -Wall -Werror -Wextra -DDATAROOTDIR=\"$(datarootdir)\" 	\
+AM_CPPFLAGS = -Wall -Wextra -DDATAROOTDIR=\"$(datarootdir)\" 	\
 	-I$(srcdir)/../lib/include
 
 bin_PROGRAMS = kernelscan
--- fwts/configure.ac.orig	2024-01-27 13:50:34.666283606 +0000
+++ fwts/configure.ac	2024-01-27 13:51:34.004588678 +0000
@@ -1,5 +1,5 @@
 	  AC_INIT([fwts],[0.1],[fwts-devel@lists.ubuntu.com])
-          AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+          AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
           m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 	  AC_CANONICAL_HOST
 	  AC_CONFIG_MACRO_DIR([m4])
--- fwts/src/lib/src/Makefile.am.orig	2024-01-27 13:50:55.635391414 +0000
+++ fwts/src/lib/src/Makefile.am	2024-01-27 13:51:44.556642928 +0000
@@ -22,7 +22,7 @@
 	-I$(top_srcdir)/src/acpica/source/include	\
 	-I$(top_srcdir)/src/acpica/source/compiler	\
 	-DDATAROOTDIR=\"$(datarootdir)\"		\
-	-Wall -Werror -Wextra				\
+	-Wall -Wextra				\
 	-Wno-address-of-packed-member
 
 pkglib_LTLIBRARIES = libfwts.la