]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - .github/workflows/ci.yml
ci.yml: ensure -Werror really gets used in all cases
authorEric Biggers <ebiggers@google.com>
Sat, 28 Jan 2023 22:46:48 +0000 (14:46 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jan 2023 05:03:16 +0000 (00:03 -0500)
commit3282029c914fd010e4eada587ad819f2f85f1334
treee3c3413e290ae45bd1747af76f692ea4b79399a2
parent38e988643a085ee804b5274fc39bc8a4befe6106
ci.yml: ensure -Werror really gets used in all cases

-Werror wasn't actually being used when building the libraries, as the
libraries use CFLAGS_STLIB instead of CFLAGS.

Use CFLAGS_WARN, which gets included in both.

Note: -Werror can't just be passed to 'configure' like the other flags
are, as it interferes with some of the configure checks.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
.github/workflows/ci.yml