2025-01-30 17:58 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/3rd/sqlite3/sqlite3.c
* for GCC >= 14 builds added
#pragma GCC diagnostic ignored "-Wstringop-overread"
* contrib/3rd/sqlite3/sqlite3.hbp
* removed
-cflag=-Wno-stringop-overread
used in all GCC builds when HB_BUILD_TEST='strict'
* contrib/3rd/sqlite3/sqlite3.diff
* regenerated
This commit is contained in:
@@ -120178,6 +120178,10 @@ SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext *pContext){
|
||||
*/
|
||||
/* #include "sqliteInt.h" */
|
||||
|
||||
#if defined( __GNUC__ ) && __GNUC__ >= 14
|
||||
# pragma GCC diagnostic ignored "-Wstringop-overread"
|
||||
#endif
|
||||
|
||||
#ifndef SQLITE_OMIT_SHARED_CACHE
|
||||
/*
|
||||
** The TableLock structure is only used by the sqlite3TableLock() and
|
||||
|
||||
Reference in New Issue
Block a user