From 867b220bf43d72fa23ea77511ed82c7cfb3a6edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Sun, 26 Jan 2025 09:57:37 +0100 Subject: [PATCH] 2025-01-26 09:57 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/3rd/sqlite3/sqlite3.hbp * use -Wno-unknown-warning-option also in GCC MacOSX builds --- ChangeLog.txt | 4 ++++ contrib/3rd/sqlite3/sqlite3.hbp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 8906a7dc37..3b15b52228 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-01-26 09:57 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * contrib/3rd/sqlite3/sqlite3.hbp + * use -Wno-unknown-warning-option also in GCC MacOSX builds + 2025-01-26 09:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * reenabled freebsd builds diff --git a/contrib/3rd/sqlite3/sqlite3.hbp b/contrib/3rd/sqlite3/sqlite3.hbp index e1a4d7ea27..a7bcafcf24 100644 --- a/contrib/3rd/sqlite3/sqlite3.hbp +++ b/contrib/3rd/sqlite3/sqlite3.hbp @@ -44,7 +44,7 @@ # GCC 14 reports strlen reading 1 or more bytes from a region of size 0 warning -cflag=-Wno-stringop-overread{allgcc&HB_BUILD_TEST='strict'} --cflag=-Wno-unknown-warning-option{clang&HB_BUILD_TEST='strict'} +-cflag=-Wno-unknown-warning-option{(clang|(gcc&darwin))&HB_BUILD_TEST='strict'} sqlite3.c