mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
ci: Enable -Wall, -Wextra and -Werror
commit 6eebd13e76e12748cda19daa340e3953ea1e8ecb category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- 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> Signed-off-by: dongsenhao <dongsenhao2@huawei.com>
This commit is contained in:
parent
25d83da964
commit
6303983f84
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -66,5 +66,5 @@ jobs:
|
||||
./autogen.sh
|
||||
./configure --host=${{matrix.host}} \
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user