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
This commit is contained in:
Przemysław Czerpak
2025-01-26 09:57:37 +01:00
parent a75901b482
commit 867b220bf4
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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