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
I don't know if this is what #2526 is attempting to address since there's not enough detail, but old GCC's targeting ARM (and AVR and MSP430) emit a warning on #pragma GCC pop_options, see https://godbolt.org/z/YqrGTGMEq. The ARM and AVR targets are using GCC's older than what fmtlib supports, but I know that ARM targeting GCC 4.8.3 as well as 4.9 based on this bug report also emitted it, but godbolt doesn't have those specific versions.
The text was updated successfully, but these errors were encountered:
I don't know if this is what #2526 is attempting to address since there's not enough detail, but old GCC's targeting ARM (and AVR and MSP430) emit a warning on
#pragma GCC pop_options
, see https://godbolt.org/z/YqrGTGMEq. The ARM and AVR targets are using GCC's older than what fmtlib supports, but I know that ARM targeting GCC 4.8.3 as well as 4.9 based on this bug report also emitted it, but godbolt doesn't have those specific versions.The text was updated successfully, but these errors were encountered: