You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCC 5 changed the default standard to gnu11 from gnu89. Rather than trying to hack around it, remove inline functions and let the optimizer do its thing.