Skip to content

Commit

Permalink
ci: Be lenient towards unused macros
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Dec 22, 2023
1 parent 27a31f9 commit 19717c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
-fstack-protector-all
-Werror -Wno-error=unused
-Wno-error=unused-function
-Wno-error=unused-macros
-Wno-error=unused-parameter
-Wno-error=unused-variable
-Wno-error=unused-const-variable
Expand Down

0 comments on commit 19717c3

Please sign in to comment.