1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-10 22:22:40 +03:00

Fix a compiler warning caused by the previous check-in.

FossilOrigin-Name: 7e8768bf8b4002b1c287f2bc95262548e2ae81b437936154f2bb1ea1f739a904
This commit is contained in:
drh
2023-10-09 14:47:25 +00:00
parent 50da20d5b1
commit 7e60f6dbf1
3 changed files with 8 additions and 8 deletions

View File

@@ -325,7 +325,7 @@
#if defined(_MSC_VER) && !defined(SQLITE_OMIT_SEH)
# define SQLITE_USE_SEH 1
#else
# undef SQLITE_USE_SEH 0
# undef SQLITE_USE_SEH
#endif
/*