diff --git a/ChangeLog.txt b/ChangeLog.txt index 01ab26941a..3d82fb8342 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,12 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-01-21 08:46 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * contrib/3rd/sqlite3/sqlite3.hbp + * do not enable -Wno-error=stringop-overread C compiler flag in MS-Windows + clang builds and HB_BUILD_TEST='strict' - this C clang version does not + support it + 2025-01-21 08:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/linux-ci.yml * reenabled hbfimage contrinb library diff --git a/contrib/3rd/sqlite3/sqlite3.hbp b/contrib/3rd/sqlite3/sqlite3.hbp index 2b1ff74b3a..116ab695f5 100644 --- a/contrib/3rd/sqlite3/sqlite3.hbp +++ b/contrib/3rd/sqlite3/sqlite3.hbp @@ -43,7 +43,7 @@ -c=gnu90{allgcc&HB_COMP_VER='45'} # GCC 14 reports strlen reading 1 or more bytes from a region of size 0 warning --cflag=-Wno-error=stringop-overread{allgcc&HB_BUILD_TEST='strict'} +-cflag=-Wno-error=stringop-overread{allgcc&HB_BUILD_TEST='strict'&!(win&clang)} sqlite3.c