freebsd-ports/devel/kore/files
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
..
patch-includes_pgsql.h
patch-src_bsd.c
patch-src_cli.c
patch-src_pgsql.c