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:
parent
2b69e609c5
commit
19defbd41b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281835
11
databases/hiredis/files/patch-hiredis.c
Normal file
11
databases/hiredis/files/patch-hiredis.c
Normal 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*);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user