From 223bfa649e1f0dd1f58213b8500bbcd7bd9ef7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Tue, 21 Jan 2025 08:46:15 +0100 Subject: [PATCH] 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 --- ChangeLog.txt | 6 ++++++ contrib/3rd/sqlite3/sqlite3.hbp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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