rsyslog / librelp

OFFICIAL librelp repository on github
https://www.rsyslog.com/librelp/
GNU General Public License v3.0
30 stars 35 forks source link

tests: Fix callback prototype #260

Open kraj opened 1 year ago

kraj commented 1 year ago

clang errors about it

| ../../git/tests/receive.c:71:34: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] | 71 | hdlr_enable(int sig, void (*hdlr)()) | | ^ | | void | 1 error generated.