Skip to content

Commit

Permalink
Honor base WARNFLAGS in make develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Jul 3, 2023
1 parent 949748c commit 9890004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ checkdiff:
# The rationale for some of the flags is documented in the CMakeLists.

develop:
$Qenv ${MAKE} WARNFLAGS="-Werror -Wextra \
$Qenv ${MAKE} WARNFLAGS="${WARNFLAGS} -Werror -Wextra \
-Walloc-zero -Wcast-align -Wcast-qual -Wduplicated-branches -Wduplicated-cond \
-Wfloat-equal -Wlogical-op -Wnull-dereference -Wshift-overflow=2 \
-Wstringop-overflow=4 -Wstrict-overflow=5 -Wundef -Wuninitialized -Wunused \
Expand Down

0 comments on commit 9890004

Please sign in to comment.