From 1f422e5f2b343d35a8c77ce4be16f74b2819b2bf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Jul 2005 21:15:41 +0000 Subject: Fix some GCC 4.0 warnings --- test/attest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/attest.c') diff --git a/test/attest.c b/test/attest.c index cd0e93ca..6e7d3808 100644 --- a/test/attest.c +++ b/test/attest.c @@ -47,7 +47,7 @@ static int at_command(int fd, char *cmd, int to) { fd_set rfds; struct timeval timeout; - unsigned char buf[1024]; + char buf[1024]; int sel, len, i, n; write(fd, cmd, strlen(cmd)); -- cgit