On Tue, Mar 13, 2018 at 10:06:48PM +0100, Maciej S. Szmigiero wrote: > +/* Maximum of all the above families */ > +#define PATCH_MAX_SIZE SIMPLE_MAX3(F1XH_MPB_MAX_SIZE, F14H_MPB_MAX_SIZE, \
Nope, it should be
#define PATCH_MAX_SIZE (max_t(unsigned int, FXXH...
--
Regards/Gruss,
Boris.
Good mailing practices for 400: avoid top-posting and trim the reply.

