Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2021 11:34:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253791] [PATCH] net/vde2: add static for inline functions to fix build with "WITH_DEBUG"
Message-ID:  <bug-253791-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 253791
           Summary: [PATCH] net/vde2: add static for inline functions to
                    fix build with "WITH_DEBUG"
           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: mizhka@gmail.com

Created attachment 222754
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222754&action=
=3Dedit
SVN diff

Hi,

This patch adds "static" for inline function to fix build in case of
"WITH_DEBUG". Compiler use "inline" as hint, so in case of no optimizations=
 it
ignore inlining.

Testport is done for 12.2 and 13.0-BETA1.

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