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