Skip to content

Commit

Permalink
[Tests] Add -Wextra to check-headers.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Aug 20, 2024
1 parent 980f4d0 commit 44f4cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# shellcheck disable=SC2086

: "${CXX:=c++}"
: "${CXXFLAGS:=-Wall -std=c++17}"
: "${CXXFLAGS:=-std=c++17 -Wall -Wextra -Wno-unused-parameter}"
: "${INCLUDE_DIR:=${1:-/usr/include/xrootd}}"

if ! command -v "${CXX}" >/dev/null; then
Expand Down

0 comments on commit 44f4cc1

Please sign in to comment.