Turn the "incorrect type" error back into a warning
commita3f8b120676d13583aafd740a9ee7acef895c996
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 22 Sep 2005 22:47:26 +0000 (22 15:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 22 Sep 2005 22:47:26 +0000 (22 15:47 -0700)
treeb6dc5e2a0584403334af5e46ebb7839f127074fc
parent2660f22e954dc95c3c113815c91c87f109cb8410
Turn the "incorrect type" error back into a warning

It's usually a wrong pointer type, wrong address space, or similar.

If it's a _really_ wrong type that simply can't be converted to the
right one (like trying to pass a structure instead of a scalar), it
would be an error, but we don'äknow that at this point.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c