VirtualBox

Ignore:
Timestamp:
Jul 6, 2020 5:17:30 PM (5 years ago)
Author:
vboxsync
Message:

IPRT/string: Stop using the 'register' keyword as Clang warns in C++11 mode. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/memchr.cpp

    r82968 r85075  
    5151#endif
    5252{
    53     register uint8_t const *pu8 = (uint8_t const *)pv;
    54     register size_t cb2 = cb;
     53    uint8_t const *pu8 = (uint8_t const *)pv;
     54    size_t cb2 = cb;
    5555    while (cb2-- > 0)
    5656    {
Note: See TracChangeset for help on using the changeset viewer.

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