1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Ensure that all fields of static sqlite3_module objects are explicitly

initialized, in order to hush-up nuisance compiler warnings.

FossilOrigin-Name: f3b3d712d6e58b1cb8fdebd2b6b3125080b6b3ac8c7c849a8cc1e5e778d62fe7
This commit is contained in:
drh
2023-10-06 12:51:05 +00:00
parent 03f7e42538
commit 1935887a68
50 changed files with 210 additions and 84 deletions

View File

@ -3253,4 +3253,3 @@ globalThis.sqlite3InitModule = sqlite3InitModule;
TestUtil.runTests(sqlite3);
});
})(self);