Attention is currently required from: Anastasia Klimchuk, Richard Hughes, Sergii Dmytruk.
1 comment:
File include/libflashrom.h:
Patch Set #1, Line 93: __attribute__((deprecated("Use flashrom_set_progress_callback_v1 instead")));
This might need some preprocessor guards for platforms where the compiler doesn't support this attribute. Looks like gcc added support for this [around 2009](https://gcc.gnu.org/pipermail/gcc-patches/2009-May/261308.html), but there are probably still some platforms we support where the usual compilers don't understand this.
Apparently `[[deprecated]]` is standard since C23 as well, but is probably much too new to use right now.
To view, visit change 86031. To unsubscribe, or for help writing mail filters, visit settings.