Make "Initializer entry defined twice" a warning, not an error
commit741232d06c54362de6e074b813832738df8b0b83
authorJosh Triplett <josh@kernel.org>
Fri, 27 Jul 2007 21:06:39 +0000 (27 14:06 -0700)
committerJosh Triplett <josh@kernel.org>
Fri, 27 Jul 2007 21:06:39 +0000 (27 14:06 -0700)
treed773e003cd1426fd3a30cad4b5031dc5eea864c8
parent1457956fe5a93f1c0fe6bf5de30d3e0da2dafdaa
Make "Initializer entry defined twice" a warning, not an error

Errors make Sparse stop emitting warnings.  Only parse errors and similar
"cannot proceed" errors should call sparse_error.

Signed-off-by: Josh Triplett <josh@kernel.org>
expand.c
validation/initializer-entry-defined-twice.c