[Bug 280631] [PATCH] vm_pageout: fix build error

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Aug 2024 13:52:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280631

            Bug ID: 280631
           Summary: [PATCH] vm_pageout: fix build error
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: kenrap@kennethraplee.com

Created attachment 252517
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252517&action=edit
Git formatted patch to fix build error in sys/vm/vm_pageout.c

Fixes the following build error:

    /usr/src/sys/vm/vm_pageout.c:369:14: error: variable 'object' set but not
used [-Werror,-Wunused-but-set-variable]
    --- modules-all ---
    --- all_subdir_ae ---
    ===> ae (all)
    --- vm_pageout.o ---
      369 |         vm_object_t object;
          |

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