> + * Forward declaration of the functions in order to maintain > + * the attributes. > + * Chris Rapier <rapier@xxxxxxx> 2022-03-09 */ > + > +static u_int32_t umac_get_u32_le(const void *) > + __attribute__((__bounded__(__minbytes__, 1, 4))); > + > +static u_int32_t > +umac_get_u32_le(const void *vp) You should be able to combine this into one statement if you write: static __attribute__((__bounded__(__minbytes__, 1, 4))) u_int32_t umac_get_u32_le(const void *) { Eike -- Rolf Eike Beer, emlix GmbH, https://www.emlix.com Fon +49 551 30664-0, Fax +49 551 30664-11 Gothaer Platz 3, 37083 Göttingen, Germany Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160 Geschäftsführung: Heike Jordan, Dr. Uwe Kracke – Ust-IdNr.: DE 205 198 055 emlix - smart embedded open source
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev