[PATCH] replaced warnings with errors.
commit2660f22e954dc95c3c113815c91c87f109cb8410
authorMitesh Shah <mshah@teja.com>
Wed, 21 Sep 2005 18:53:08 +0000 (21 11:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 22 Sep 2005 18:37:53 +0000 (22 11:37 -0700)
tree48cad7724ccec4b7f59b29c67e9b95f02e004878
parent02888be1a1a5ee849fb1fb1e4f8a1e29c420c98b
[PATCH] replaced warnings with errors.

This replaceq calls to warning() with error() at places where (I think)
the gcc reports an error.  Also added a global variable die_if_error
which is set if there is one or more errors.  If someone wants to stop
processing further, can check for the variable.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c
expand.c
expression.c
inline.c
lib.c
parse.c
pre-process.c
symbol.c
tokenize.c