>> 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
lps.
2022-01-13 Bruno Haible
Avoid warning "_GL_ATTRIBUTE_DEALLOC_FREE redefined" (regr. 2022-01-04).
Reported by Werner Lemberg in
<https://lists.gnu.org/archive/html/bug-gnulib/2022-01/msg00094.html>.
* m4/gnulib-common.m4 (gl_COMMON_BODY): Avoi
>> 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" redefine
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
> #defin
like the following.
```
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_DE