Skip to content

Commit e987d23

Browse files
committed
workflow: ignore non-null-compare warnings
1 parent e08ba88 commit e987d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CFLAGS += -Wno-error=cpp
1414

1515
# LOG_*(this, ...)
1616
CFLAGS += -Wno-error=nonnull-compare
17+
CFLAGS += -Wno-nonnull-compare
1718

1819
# libdatachannel deprecations on bookworm
1920
# error: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0

0 commit comments

Comments
 (0)