mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
synced 2024-11-14 21:33:44 +08:00
ci: Enable -Wall, -Wextra and -Werror
Make the Github continuous integration checks more strict. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
c491657c0e
commit
6eebd13e76
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -66,5 +66,5 @@ jobs:
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --host=${{matrix.host}} \
|
./configure --host=${{matrix.host}} \
|
||||||
CC=${{ matrix.host && format('{0}-{1}', matrix.host, matrix.cc) || matrix.cc }} \
|
CC=${{ matrix.host && format('{0}-{1}', matrix.host, matrix.cc) || matrix.cc }} \
|
||||||
CFLAGS="${{matrix.cflags}}"
|
CFLAGS="-Wall -Wextra -Werror -Wno-sign-compare -Wno-unused-function -Wno-unused-parameter ${{matrix.cflags}}"
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
Loading…
Reference in New Issue
Block a user