Some non-static declaration remains. If they were made
static, the compiler would output some warnings:
bincfg.y:30:1: warning: useless storage class specifier in empty declaration
};
^
bincfg.y:47:1: warning: useless storage class specifier in empty declaration
};
^
bincfg.y:22:12: warning: ‘yylex’ used but never defined
static int yylex (void);
^~~~~
bincfg.y:456:13: warning: ‘set_input_string’ used but never defined
static void set_input_string(char* in);
^~~~~~~~~~~~~~~~
Change-Id: I753e99c4a8290f9edd9abcda9af8e33b6ccfe406
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: https://review.coreboot.org/23243
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
|
||
|---|---|---|
| .. | ||
| bincfg.l | ||
| bincfg.lex.c_shipped | ||
| bincfg.tab.c_shipped | ||
| bincfg.tab.h_shipped | ||
| bincfg.y | ||
| ddr3_unregistered_spd_128.spec | ||
| ddr3_unregistered_spd_256.spec | ||
| gbe-ich9m.set | ||
| gbe-ich9m.spec | ||
| ifd-x200.set | ||
| ifd-x200.spec | ||
| it8718f-ec.spec | ||
| Makefile | ||
| Makefile.inc | ||