Clang Flag: -Wregister / -Wno-register
Jump to navigation
Jump to search
Supergroups
Subroups
- -Wdeprecated-register (1 element)
Warnings/Remarks
Default Active (Deactivate with -Wno-register)
ext_register_storage_class | error: ISO C++17 does not allow 'register' storage class specifier |
warn_deprecated_register | warning: 'register' storage class specifier is deprecated and incompatible with C++17 |
Default Inactive (Activate with -Wregister)
None