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 12, 2022
1 parent 746d5ed commit 0165cf2
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 @@ -134,7 +134,7 @@ before_scripts:

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

Expand Down

0 comments on commit 0165cf2

Please sign in to comment.