mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Remove unreachable "break" statements to silence harmless compiler warnings
from ICC. FossilOrigin-Name: 0d7287e1bfdd5a392bf2fb17699e7cfd0b08bf61fab6cbf4b4bb347b3c4b4610
This commit is contained in:
@@ -7603,7 +7603,7 @@ static int proxyFileControl(sqlite3_file *id, int op, void *pArg){
|
||||
assert( 0 ); /* The call assures that only valid opcodes are sent */
|
||||
}
|
||||
}
|
||||
/*NOTREACHED*/
|
||||
/*NOTREACHED*/ assert(0);
|
||||
return SQLITE_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user