Closed cebarobot closed 2 months ago
__attribute_maybe_unused__ is a feature from c++17 standard, which causes compilation error in gcc-9 (Ubuntu 20.04). Also, __attribute__((unused)) is the one which could be used in C.
__attribute_maybe_unused__
__attribute__((unused))
__attribute_maybe_unused__
is a feature from c++17 standard, which causes compilation error in gcc-9 (Ubuntu 20.04). Also,__attribute__((unused))
is the one which could be used in C.