Make gcc a bit quieter

This commit is contained in:
Lennart Poettering 2013-01-04 21:51:47 +01:00
parent b1c4ca25bf
commit 660ddc72f6
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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,