OSDN Git Service

[GCC4] fix warnings in drivers/char/sx.c
authorWilly Tarreau <w@1wt.eu>
Sun, 13 Aug 2006 08:53:13 +0000 (10:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 Aug 2006 15:19:29 +0000 (17:19 +0200)
commitcc6d64c10ac77d6fbedf93d93c6ce92321a08541
treedd3d0d0e066a59e6bcdad5d29214445394650f8e
parent6bf603c70680174f57345cefc815136c536e84ea
[GCC4] fix warnings in drivers/char/sx.c

This patch fixes this warning with gcc 4 :

sx.c: In function 'sx_busy_wait_eq':
sx.c:525: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
sx.c:531: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
sx.c: In function 'sx_busy_wait_neq':
sx.c:551: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
sx.c:557: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
drivers/char/sx.c