mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-21 01:40:16 -05:00
Use wrappers from macros.h instead of bare GCC attributes/pragmas
This commit is contained in:
parent
2559a9711c
commit
39b2e46e72
4 changed files with 17 additions and 15 deletions
2
render.c
2
render.c
|
|
@ -80,7 +80,7 @@ render_destroy(struct renderer *renderer)
|
|||
free(renderer);
|
||||
}
|
||||
|
||||
static void __attribute__((destructor))
|
||||
static void DESTRUCTOR
|
||||
log_presentation_statistics(void)
|
||||
{
|
||||
if (presentation_statistics.total == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue