aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/tester1.c-pp.js
diff options
context:
space:
mode:
authordrh <>2023-10-06 12:51:05 +0000
committerdrh <>2023-10-06 12:51:05 +0000
commit1935887a68e8b54369852fb62abeb8268b82886e (patch)
treed1484f05fea303031f621eab2a8e783554d6eb59 /ext/wasm/tester1.c-pp.js
parent03f7e425386f9451c6806e2e89f58fca1263aa44 (diff)
downloadsqlite-1935887a68e8b54369852fb62abeb8268b82886e.tar.gz
sqlite-1935887a68e8b54369852fb62abeb8268b82886e.zip
Ensure that all fields of static sqlite3_module objects are explicitly
initialized, in order to hush-up nuisance compiler warnings. FossilOrigin-Name: f3b3d712d6e58b1cb8fdebd2b6b3125080b6b3ac8c7c849a8cc1e5e778d62fe7
Diffstat (limited to 'ext/wasm/tester1.c-pp.js')
-rw-r--r--ext/wasm/tester1.c-pp.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/wasm/tester1.c-pp.js b/ext/wasm/tester1.c-pp.js
index f694598ea..92d763f1b 100644
--- a/ext/wasm/tester1.c-pp.js
+++ b/ext/wasm/tester1.c-pp.js
@@ -3253,4 +3253,3 @@ globalThis.sqlite3InitModule = sqlite3InitModule;
TestUtil.runTests(sqlite3);
});
})(self);
-