Skip to content

osxfuse: incompatible function pointer types #81

@Hussain-P99

Description

@Hussain-P99

I trying to build the libs but when i installed osxfuse and tried to rebuild again its giving me this error.

fsapfsmount.c:430:41: error: incompatible function pointer types assigning to 'int (*)(const char *, const char *, char *, size_t, uint32_t)' (aka 'int (*)(const char *, const char *, char *, unsigned long, unsigned int)') from 'int (*)(const char *, const char *, char *, size_t)' (aka 'int (*)(const char *, const char *, char *, unsigned long)') [-Wincompatible-function-pointer-types]
        fsapfsmount_fuse_operations.getxattr   = &mount_fuse_getxattr;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions