X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Freparse.h;fp=include%2Fwimlib%2Freparse.h;h=972780dfc23fed60607c1b04e85159a50a4b1c78;hb=5a50cccf768a6bf6e9ccfd2337bcedc0cbf1ba6c;hp=99d466c50f8017c41172c99e6c05930819ac4b6a;hpb=dc2ee3e3bc2668cb9fd1ca15f7769cded026c64c;p=wimlib diff --git a/include/wimlib/reparse.h b/include/wimlib/reparse.h index 99d466c5..972780df 100644 --- a/include/wimlib/reparse.h +++ b/include/wimlib/reparse.h @@ -49,7 +49,7 @@ struct reparse_buffer_disk { #define REPARSE_DATA_MAX_SIZE (REPARSE_POINT_MAX_SIZE - REPARSE_DATA_OFFSET) -static _unused_attribute void +static void __attribute__((unused)) check_reparse_buffer_disk(void) { STATIC_ASSERT(offsetof(struct reparse_buffer_disk, rpdata) == 8);