From: drh <> Date: Mon, 8 Mar 2021 16:29:06 +0000 (+0000) Subject: Fix a harmless compiler warning in appendvfs.c X-Git-Tag: version-3.35.0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=baca9807f974ce20118f2a79a980af482209e320;p=thirdparty%2Fsqlite.git Fix a harmless compiler warning in appendvfs.c FossilOrigin-Name: f538961a8058cc327d64c8ec317f1b4f8bbb604f90261160c6c27f26f4800682 --- diff --git a/ext/misc/appendvfs.c b/ext/misc/appendvfs.c index 3834da54cb..d3844d4230 100644 --- a/ext/misc/appendvfs.c +++ b/ext/misc/appendvfs.c @@ -491,7 +491,7 @@ static int apndIsOrdinaryDatabaseFile(sqlite3_int64 sz, sqlite3_file *pFile){ /* Round-up used to get appendvfs portion to begin at a page boundary. */ #define APND_START_ROUNDUP(fsz, nPageBits) \ - ((fsz) + ((1<