Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 20:59:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214639] devel/kore: fails to build with clang 3.9
Message-ID:  <bug-214639-13-jL1yEq6TOS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214639-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214639-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214639

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Sun Nov 20 20:58:38 UTC 2016
New revision: 426630
URL: https://svnweb.freebsd.org/changeset/ports/426630

Log:
  devel/kore: unbreak build with clang 3.9

  src/pgsql.c:222:17: error: passing an object that undergoes default argum=
ent
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 cha=
r')
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

Changes:
  head/devel/kore/Makefile
  head/devel/kore/files/patch-includes_pgsql.h
  head/devel/kore/files/patch-src_pgsql.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214639-13-jL1yEq6TOS>