[PATCH] Add -Wno-enum-mismatch
commit9c76e93d9e2d8b7273764cdd294f2ace3e96d072
authorJosh Triplett <josht@us.ibm.com>
Wed, 30 Aug 2006 01:17:24 +0000 (29 18:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 30 Aug 2006 02:11:52 +0000 (29 19:11 -0700)
treeba08209c77f1add077c7f7327d187c03546dba71
parentb92f3223f4c45ce8a94a1f2c92f90ca55f339b8f
[PATCH] Add -Wno-enum-mismatch

Add the ability to turn off enum type mismatch warnings using
-Wno-enum-mismatch, helpful when attempting to track down a particular class
of warnings only without losing them amongst others.  Enum type mismatch
checking defaults to on, so this does not change the default behavior of
sparse.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c
lib.c
lib.h