librelp icon indicating copy to clipboard operation
librelp copied to clipboard

tests: Fix callback prototype

Open kraj opened this issue 2 years ago • 0 comments

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.

kraj avatar Aug 15 '23 19:08 kraj