VirtualBox

Ignore:
Timestamp:
Jul 6, 2020 5:17:00 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138978
Message:

ValKit/cpu-numa.cpp: Stop using the 'register keyword as Clang warns in C++ mode. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/cpu/cpu-numa.cpp

    r82968 r85074  
    123123            {
    124124#if 1
    125                 size_t register u = 0;
     125                size_t           u = 0;
    126126                size_t volatile *puCur = (size_t volatile *)pvTest;
    127127                size_t volatile *puEnd = puCur + cbTestSet / sizeof(size_t);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette