1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Fix build error with clang (do not need to bump PORTREVISION).

PR:		ports/160753
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2011-09-16 07:14:52 +00:00
parent 2b69e609c5
commit 19defbd41b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281835

View File

@ -0,0 +1,11 @@
--- hiredis.c.orig 2011-09-16 15:11:57.000000000 +0800
+++ hiredis.c 2011-09-16 15:12:19.000000000 +0800
@@ -796,7 +796,7 @@ int redisvFormatCommand(char **target, c
}
/* Consume and discard vararg */
- va_arg(ap,void);
+ va_arg(ap, void*);
}
}