1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/kore
Jan Beich 46ec735372 devel/kore: unbreak build with clang 3.9
src/pgsql.c:222:17: error: passing an object that undergoes default argument promotion to 'va_start'
      has undefined behavior [-Werror,-Wvarargs]
        va_start(args, count);
                       ^
src/pgsql.c:217:45: note: parameter of type 'u_int8_t' (aka 'unsigned char') is declared here
    const char *query, int result, u_int8_t count, ...)
                                            ^

PR:		214639
Reported by:	antoine (via exp-run)
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Obtained from:	upstream
2016-11-20 20:58:37 +00:00
..
files devel/kore: unbreak build with clang 3.9 2016-11-20 20:58:37 +00:00
distinfo
Makefile devel/kore: unbreak build with clang 3.9 2016-11-20 20:58:37 +00:00
pkg-descr
pkg-plist