Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2017 00:01:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216636] sysutils/samesame: fails to build with clang 4.0
Message-ID:  <bug-216636-13-UORTnr3FoG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216636-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216636-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=3D216636

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

Author: jbeich
Date: Mon Mar 20 00:00:02 UTC 2017
New revision: 436516
URL: https://svnweb.freebsd.org/changeset/ports/436516

Log:
  sysutils/samesame: unbreak with clang 4.0

  src/mainAction.cpp:184:19: error: ordered comparison between pointer and =
zero
('FILE *' (aka '__sFILE *') and 'int')
                                  if (pipeLeafs < 0)
                                      ~~~~~~~~~ ^ ~
  src/mainAction.cpp:197:21: error: ordered comparison between pointer and =
zero
('FILE *' (aka '__sFILE *') and 'int')
                                  if (outputLeafs < 0)
                                      ~~~~~~~~~~~ ^ ~

  PR:           216636
  Submitted by: akruijff@dds.nl
  Approved by:  portmgr blanket

Changes:
  head/sysutils/samesame/Makefile
  head/sysutils/samesame/files/patch-src_mainAction.cpp

--=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-216636-13-UORTnr3FoG>