[PATCH] fix double warnings in inline calls
commit404a8fc038037d1775861b9f7c921ada7c91c7d6
authorAlexander Viro <viro@www.linux.org.uk>
Fri, 13 Aug 2004 02:22:22 +0000 (12 19:22 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:44 +0000 (7 21:02 -0700)
tree46f0f41b13ccd6742e1043e42c50e4424ff7993e
parent19bd5892d9664aea5e2d6c02c21342adbb91d998
[PATCH] fix double warnings in inline calls

Fix double warnings on type mismatch in inline arguments; once we'd got
a warning, cast the damn thing and be done with that.

Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c