diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2018-01-11 16:47:33 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-23 05:20:45 +0000 |
commit | 3cb25bbbc31ec1a53149c2c8f3dc6d70bda0c335 (patch) | |
tree | 65d5c892cdc81867f522b6770102b11eee52e79e /src/mainboard/google/butterfly | |
parent | 8324d87bf4f8900971be5584f11110dc261f14e5 (diff) |
util/bincfg: cleanups: use static whenever possible
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>
Diffstat (limited to 'src/mainboard/google/butterfly')
0 files changed, 0 insertions, 0 deletions