[Bug 253791] [PATCH] net/vde2: add static for inline functions to fix build with "WITH_DEBUG"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 23 11:34:32 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253791

            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 at FreeBSD.org
          Reporter: mizhka at gmail.com

Created attachment 222754
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=222754&action=edit
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.

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


More information about the freebsd-ports-bugs mailing list