mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-21 12:36:02 +00:00
journal: silence gcc warnings
This commit is contained in:
parent
c0f99c21f4
commit
6c8a39b883
@ -283,7 +283,7 @@ static int journal_file_map(
|
||||
}
|
||||
|
||||
static int journal_file_move_to(JournalFile *f, int wt, uint64_t offset, uint64_t size, void **ret) {
|
||||
void *p;
|
||||
void *p = NULL;
|
||||
uint64_t delta;
|
||||
int r;
|
||||
Window *w;
|
||||
@ -1036,7 +1036,7 @@ static int generic_array_get(JournalFile *f,
|
||||
Object **ret, uint64_t *offset) {
|
||||
|
||||
Object *o;
|
||||
uint64_t p, a;
|
||||
uint64_t p = 0, a;
|
||||
int r;
|
||||
|
||||
assert(f);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user