compiler warnings on x86_64 fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@774 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2007-02-26 10:29:46 +00:00
parent 2e3071dcce
commit e01840e8b3
3 changed files with 4 additions and 4 deletions

View File

@@ -145,8 +145,8 @@ static void drv_LEDMatrix_blit(const int row, const int col, const int height, c
if ((i == 2) && (reply[0] == DSP_CMD_ACK) && (reply[1] == DSP_CMD_IMAGE)) {
ack = 1;
} else if ((i > 1) && (reply[0] == DSP_CMD_IR)) {
/* maybe used later: */
/* ir_receive(reply+1, i-1); */
/* maybe used later: */
/* ir_receive(reply+1, i-1); */
} else {
info("%s: Unexpected reply message", Name);
}