From: Denis Pronin Date: Sun, 9 Jun 2024 06:41:36 +0000 (+0300) Subject: fix building with clang X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/fb87de795b9f1b1e21825243716ff1156097adf2?ds=inline;hp=fb87de795b9f1b1e21825243716ff1156097adf2 fix building with clang fix error that is given because of macro overlapping cgit_filter member: ../filter.c:388:10: error: no member named '__fprintf_chk' in 'struct cgit_filter' 388 | filter->fprintf(filter, f, prefix); | ~~~~~~ ^ /usr/include/bits/stdio2.h:92:3: note: expanded from macro 'fprintf' 92 | __fprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__) | ^ 1 error generated. Signed-off-by: Denis Pronin Signed-off-by: Christian Hesse ---