Re: Inline warnings in gl_xlist.h

2021-07-21 Thread Bruno Haible
Hi Marc, > When compiling my code with "-Winline", I suddenly get a warning from > calling gl_list_add_last: "Call is unlikely and code size would grow." '-Winline' is documented here: [1] You asked the compiler "tell me when your heuristics have the effect that the function is not inlined, as e

Inline warnings in gl_xlist.h

2021-07-21 Thread Marc Nieper-Wißkirchen
When compiling my code with "-Winline", I suddenly get a warning from calling gl_list_add_last: "Call is unlikely and code size would grow." Is there a way to suppress this warning using Gnulib or can the inline functions of gl_xlist.h be implemented in a way so that this warning cannot show up?