Skip to content

Commit

Permalink
ci: add --enable-extra-warnings for autotools
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Sep 19, 2024
1 parent c74d445 commit b2f55d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
--disable-java-modules
--enable-ebpf
--with-python=3
--enable-extra-warnings
`[ $CC = clang ] && echo '--enable-force-gnu99' || true`
"
CMAKE_FLAGS="
Expand Down

0 comments on commit b2f55d0

Please sign in to comment.