Re: warning: "_GL_ATTRIBUTE_DEALLOC_FREE" redefined

2022-01-13 Thread Werner LEMBERG
>> All source code files that I can control (`maingui.moc.cpp`, >> `maingui.h`, `ddlineedit.h`) start with `#include `. > > Ah, right, you can't fully follow the gnulib requirement, > because of Qt's 'moc'. > > I'm committing this patch. Hope it helps. It helps, thanks! Werner

Re: warning: "_GL_ATTRIBUTE_DEALLOC_FREE" redefined

2022-01-13 Thread Bruno Haible
Werner LEMBERG wrote: > All source code files that I can control (`maingui.moc.cpp`, > `maingui.h`, `ddlineedit.h`) start with `#include `. Ah, right, you can't fully follow the gnulib requirement, because of Qt's 'moc'. I'm committing this patch. Hope it helps. 2022-01-13 Bruno Haible

Re: warning: "_GL_ATTRIBUTE_DEALLOC_FREE" redefined

2022-01-13 Thread Werner LEMBERG
>> CC lib/libttfautohint_la-tafeature.lo >> In file included from lib/ta.h:19:0, >> from lib/tashaper.h:31, >> from lib/tafeature.c:15: >> ./config.h:842:0: warning: "_GL_ATTRIBUTE_DEALLOC_FREE" redefined >> #define _GL_ATTRIBUTE_DEALLOC_FREE _GL_ATTRIBUTE

Re: warning: "_GL_ATTRIBUTE_DEALLOC_FREE" redefined

2022-01-13 Thread Bruno Haible
Hi Werner, > CC lib/libttfautohint_la-tafeature.lo > In file included from lib/ta.h:19:0, > from lib/tashaper.h:31, > from lib/tafeature.c:15: > ./config.h:842:0: warning: "_GL_ATTRIBUTE_DEALLOC_FREE" redefined > #define _GL_ATTRIBUTE_DEALLOC_FREE _GL_ATT

warning: "_GL_ATTRIBUTE_DEALLOC_FREE" redefined

2022-01-13 Thread Werner LEMBERG
[66c5e7dd3aa58bde7a928867a763bf7e11206c93] Without changing my source code (https://repo.or.cz/ttfautohint.git) or the compiler (gcc 7.5.0), an update of gnulib from 2021-08-07 to 2021-01-13 suddenly produces a bunch of new, identical warnings on my openSUSE Leap 15.2 GNU/Linux box, which look l