google / wuffs

Wrangling Untrusted File Formats Safely
Other
4.06k stars 129 forks source link

Add more pragmas to C library #132

Closed pgeorgi closed 9 months ago

pgeorgi commented 9 months ago

These were necessary when building Wuffs with gcc 11.2 and the coreboot set of -Warnings [0] (and -Werror which made the build break).

[0] See https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/main/Makefile.inc#480

nigeltao commented 9 months ago

I fixed the underlying compiler warnings. Silencing those warnings should no longer be necessary for coreboot (with Wuffs' freshly tagged 0.4.0-alpha.2).