NICMx / FORT-validator

RPKI cache validator
MIT License
50 stars 24 forks source link

log.h is throwing warnings on clang systems #64

Closed jurajlutter closed 1 year ago

jurajlutter commented 2 years ago

Hi,

while building with clang on FreeBSD, following warning is emitted:

./log.h:85:31: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]

Could this be rewritten in more portable way, please?

Thanks.

ydahhrk commented 2 years ago

How about now?

ydahhrk commented 1 year ago

Tested again yesterday on FreeBSD 13.1.

1.5.4 has been released; closing.