Sure, it is mainly gcc 5.2/5.3, sometimes clang 3.6 depending the machine I was working on.
On 6 January 2016 at 13:15, Willy TARREAU <[email protected]> wrote: > On Wed, Jan 06, 2016 at 01:11:46PM +0000, David CARLIER wrote: >> About ebtree, it is partly the compiler, partly not ... the >> container_of macro came from warnings whereas ebtree functions was a >> bit my own ... my_memmem function is also my own ... all the rest is >> compiler warnings. > > OK thank you. What compiler/version do you use ? I'm always interested > in detecting trends causing new warnings over time. > > Willy >

