Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2019 09:34:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237296] net/ndproxy: fix build with GCC-based architectures
Message-ID:  <bug-237296-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 237296
           Summary: net/ndproxy: fix build with GCC-based architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@anongoth.pl
                CC: fbsd.bugzilla@fenyo.net
                CC: fbsd.bugzilla@fenyo.net
             Flags: maintainer-feedback?(fbsd.bugzilla@fenyo.net)

Created attachment 203688
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203688&action=
=3Dedit
patch

Add -Wno-error=3Dstrict-prototypes to fix build with GCC:
cc1: warnings being treated as errors
ndproxy.c:92: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
ndproxy.c:116: warning: function declaration isn't a prototype
[-Wstrict-prototypes]

Tested on powerpc64 and amd64.

--=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-237296-7788>