diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-29 11:14:06 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-30 23:52:32 +0200 |
| commit | 5cf440518858ce0fb0b6e904bf4c5cbf0670ab48 (patch) | |
| tree | d77697e7623034c0c4d6c45b4d3d00990887288a /validation/preprocessor | |
| parent | 96f388f0f55cfa1984daa70d7dc4faa63a85c590 (diff) | |
| download | sparse-dev-5cf440518858ce0fb0b6e904bf4c5cbf0670ab48.tar.gz | |
fix missing declarations
The recent SSA commits cause the 'make selfcheck' target to complain:
$ make selfcheck
...
CHECK dominate.c
dominate.c:26:14: warning: symbol 'bank_init' was not declared. Should it be static?
dominate.c:129:6: warning: symbol 'idf_dump' was not declared. Should it be static?
...
CHECK ssa.c
ssa.c:375:6: warning: symbol 'ssa_convert' was not declared. Should it be static?
...
$
Add the missing declarations.
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/preprocessor')
0 files changed, 0 insertions, 0 deletions
