Skip to content

Commit

Permalink
ci: drop -Wunused-parameter compiler cflag from debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 13, 2022
1 parent 59c6c78 commit da9a428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ before_scripts:

build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- export CFLAGS+=" -Wsign-compare -Wunused-parameter"
- export CFLAGS+=" -Wsign-compare"
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi

Expand Down

0 comments on commit da9a428

Please sign in to comment.