> On 16 Sep 2022, at 22:43, Sam James wrote: > > ``` > regex.c:545:43: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] > struct trans_func *libnfsidmap_plugin_init() > ^ > void > 1 error generated. > ``` > > See: 167f2336b06e1bcbf26f45f2ddc4a535fed4d393 > Signed-off-by: Sam James > --- > support/nfsidmap/regex.c | 2 +- > utils/idmapd/idmapd.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) ping