-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b26
-
riscv
-
linux
vm_version_linux_riscv.cpp has keyword register on line 77:
register unsigned long __v;
This results in warning ( and erro in default mode) -
register storage class specifier is deprecated and incompatible with C++17
register unsigned long __v;
This results in warning ( and erro in default mode) -
register storage class specifier is deprecated and incompatible with C++17