Skip to content

Commit

Permalink
silent warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Sep 3, 2024
1 parent ace2f35 commit 534ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ze/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DELETE_ON_ERROR:

if STRICT
WERROR = -Werror
WERROR = -Werror -Wno-error=nonnull
else
WERROR =
endif
Expand Down

0 comments on commit 534ee5f

Please sign in to comment.