diff --git a/ci_config.json b/ci_config.json index ba820f03d..d9fc1ef0e 100644 --- a/ci_config.json +++ b/ci_config.json @@ -1282,7 +1282,11 @@ ] }, "sqlitecpp": { - "_comment": "required to not use the default sqlite3 in MacOS to avoid compilation errors/tests failures, also add pkgconfig path to find sqlite3(keg-only)", + "_comment": [ + "- required to not use the default sqlite3 in MacOS to avoid compilation errors/tests failures", + "- add pkgconfig path to find sqlite3(keg-only)", + "- upstream intentionally warns with newer gtest" + ], "build_options": [ "sqlitecpp:SQLITECPP_BUILD_TESTS=true", "sqlitecpp:SQLITECPP_BUILD_EXAMPLES=true", @@ -1290,7 +1294,8 @@ ], "brew_packages": [ "sqlite" - ] + ], + "fatal_warnings": false }, "tinyfsm": { "build_options": [ diff --git a/releases.json b/releases.json index 52822df10..ac4296150 100644 --- a/releases.json +++ b/releases.json @@ -3741,6 +3741,7 @@ "sqlitecpp" ], "versions": [ + "3.3.3-1", "3.3.2-1", "3.3.1-1" ] diff --git a/subprojects/sqlitecpp.wrap b/subprojects/sqlitecpp.wrap index 43cd8a364..1eda24471 100644 --- a/subprojects/sqlitecpp.wrap +++ b/subprojects/sqlitecpp.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = SQLiteCpp-3.3.2 -source_url = https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/3.3.2.zip -source_filename = sqlitecpp-3.3.2.zip -source_hash = 1f41ef7322da573fdfca95655bd1329282638b4d9d3dc16a48f4bad16008eda8 +directory = SQLiteCpp-3.3.3 +source_url = https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/3.3.3.zip +source_filename = sqlitecpp-3.3.3.zip +source_hash = 5af6691760ceba4c8110258ace1c3f68a8c481197f75dc45ffab179019faf2b5 [provide] sqlitecpp = sqlitecpp_dep