K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-11-20T20:58:37.579422Z K 7 svn:log V 572 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 (maintainer) Obtained from: upstream END