mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Fix harmless compiler warnings in testing code.
FossilOrigin-Name: 2f53612388507f9b1ecbec3c15281825beab54b8062d97d0ab6f009c5fed347b
This commit is contained in:
@ -2261,7 +2261,7 @@ static int recoverVfsDetectPagesize(
|
||||
}
|
||||
}
|
||||
}
|
||||
if( pgsz>p->detected_pgsz ){
|
||||
if( pgsz>(u32)p->detected_pgsz ){
|
||||
p->detected_pgsz = pgsz;
|
||||
p->nReserve = nReserve;
|
||||
}
|
||||
|
Reference in New Issue
Block a user