aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compat.c
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2025-04-09 07:38:45 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-04-15 00:50:26 +0200
commitcf87c46bcdadb67a9b62833178feb24ab3d69708 (patch)
treea7e24756e866721c117b3fddce4d1c06d23b1d79 /lib/compat.c
parent8adbc60284ee6636912368c68bea3f94829e6992 (diff)
downloadlibfuse-cf87c46bcdadb67a9b62833178feb24ab3d69708.tar.gz
lib: remove second fuse_main_real_versioned declaration
Newer gccs now use -Werror=redundant-decls which means that anyone including fuse.h is getting an error of: /usr/include/fuse3/fuse.h:959:5: error: redundant redeclaration of ‘fuse_main_real_versioned’ [-Werror=redundant-decls] 959 | int fuse_main_real_versioned(int argc, char *argv[], | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fuse3/fuse.h:885:5: note: previous declaration of ‘fuse_main_real_versioned’ with type ‘int(int, char **, const struct fuse_operations *, size_t, struct libfuse_version *, void *)’ {aka ‘int(int, char **, const struct fuse_operations *, long unsigned int, struct libfuse_version *, void *)’} 885 | int fuse_main_real_versioned(int argc, char *argv[], | ^~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Diffstat (limited to 'lib/compat.c')
0 files changed, 0 insertions, 0 deletions