ros2 rolling installation returns this error on raspberry pi 3b
https://github.com/ros2/rmw/blob/master/rmw/include/rmw/types.h#L418
I believe the 418th line is wrong but I don't know how to fix it
#ifndef _WIN32
#define RMW_DECLARE_DEPRECATED(name, msg) name __attribute__((deprecated(msg)))
#else
#define RMW_DECLARE_DEPRECATED(name, msg) name __pragma(deprecated(name))
#endif