mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 01:23:49 +01:00
register is deprecated when building C++11 code and removed in C++17, using it will cause build failures with C++ and -Werror. The register hint keyword is likely ignored in GCC anyway.