mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-21 22:43:24 +00:00
Make gcc a bit quieter
This commit is contained in:
parent
b1c4ca25bf
commit
660ddc72f6
@ -738,7 +738,7 @@ fail:
|
||||
|
||||
static int find_matching_component(const CalendarComponent *c, int *val) {
|
||||
const CalendarComponent *n;
|
||||
int d;
|
||||
int d = -1;
|
||||
bool d_set = false;
|
||||
int r;
|
||||
|
||||
|
||||
@ -5682,7 +5682,7 @@ oom:
|
||||
}
|
||||
|
||||
char *strip_tab_ansi(char **ibuf, size_t *_isz) {
|
||||
const char *i, *begin;
|
||||
const char *i, *begin = NULL;
|
||||
enum {
|
||||
STATE_OTHER,
|
||||
STATE_ESCAPE,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user