build: remove FALLTHROUGH_INTENDED from leveldb.cmake

No-longer needed after
https://github.com/bitcoin-core/leveldb-subtree/pull/60.
This commit is contained in:
fanquake
2026-05-28 09:35:12 +01:00
parent 4d58c3271c
commit a9ac680af3

View File

@@ -56,7 +56,6 @@ target_compile_definitions(leveldb
HAVE_FDATASYNC=$<BOOL:${HAVE_FDATASYNC}>
HAVE_FULLFSYNC=$<BOOL:${HAVE_FULLFSYNC}>
HAVE_O_CLOEXEC=$<BOOL:${HAVE_O_CLOEXEC}>
FALLTHROUGH_INTENDED=[[fallthrough]]
$<$<NOT:$<BOOL:${WIN32}>>:LEVELDB_PLATFORM_POSIX>
$<$<BOOL:${WIN32}>:LEVELDB_PLATFORM_WINDOWS>
$<$<BOOL:${WIN32}>:_UNICODE;UNICODE>