Skip to content

Commit 7fbaa45

Browse files
committed
redhat: enable CONFIG_WERROR=y
JIRA: https://issues.redhat.com/browse/RHEL-85334 Upstream Status: RHEL only And also regenerate self-test data. Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 82c0ccc commit 7fbaa45

25 files changed

+25
-25
lines changed

redhat/Makefile.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DIST ?= .el10
4747
DISTRO ?=
4848

4949
# This overrides CONFIG_WERROR to 'y' for all arches. RHEL requires this variable to be set.
50-
ENABLE_WERROR ?=
50+
ENABLE_WERROR ?= 1
5151

5252
# This is the executable for 'git' commands. It is used by the redhat/self-test
5353
# tests to provide testing information on git hashes (see redhat/self-test/egit.sh)

redhat/self-test/data/centos-2585cf9dfaad.el7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.el7
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=2585cf9dfaaddf00b069673f27bb3f8530e2039c

redhat/self-test/data/centos-2585cf9dfaad.fc25

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.fc25
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=2585cf9dfaaddf00b069673f27bb3f8530e2039c

redhat/self-test/data/centos-78e36f3b0dae.el7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.el7
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=78e36f3b0dae586f623c4a37ec5eb5496f5abbe1

redhat/self-test/data/centos-78e36f3b0dae.fc25

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.fc25
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=78e36f3b0dae586f623c4a37ec5eb5496f5abbe1

redhat/self-test/data/centos-df0cc57e057f.el7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.el7
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=df0cc57e057f18e44dac8e6c18aba47ab53202f9

redhat/self-test/data/centos-df0cc57e057f.fc25

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.fc25
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=df0cc57e057f18e44dac8e6c18aba47ab53202f9

redhat/self-test/data/centos-fce15c45d3fb.el7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.el7
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=fce15c45d3fbd9fc1feaaf3210d8e3f8b33dfd3a

redhat/self-test/data/centos-fce15c45d3fb.fc25

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=centos
2323
DIST_USERDEF=.fc25
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=fce15c45d3fbd9fc1feaaf3210d8e3f8b33dfd3a

redhat/self-test/data/fedora-2585cf9dfaad.el7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DISTRO_USERDEF=fedora
2323
DIST_USERDEF=.el7
2424
EARLY_YBUILD=
2525
EARLY_YRELEASE=
26-
ENABLE_WERROR=
26+
ENABLE_WERROR=1
2727
FLAVOR=
2828
GIT=git
2929
GITID=2585cf9dfaaddf00b069673f27bb3f8530e2039c

0 commit comments

Comments
 (0)