[Bug 272336] emulators/fs-uae: fixes build error on clang 16.

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Jul 2023 18:35:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272336

            Bug ID: 272336
           Summary: emulators/fs-uae: fixes build error on clang 16.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: sirdice@gmail.com

Created attachment 243152
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243152&action=edit
patch: fs-uae build fix on clang 16

Fixes build errors due to clang 16 changes.

src/archivers/dms/crc_csum.cpp:61:2: error: ISO C++17 does not allow 'register'
storage class specifier [-Wregister]
        register USHORT CRC = 0;
        ^~~~~~~~~
1 error generated.

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