Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile on OS X #169

Closed
r3dsm0k3 opened this issue Nov 25, 2017 · 2 comments
Closed

Unable to compile on OS X #169

r3dsm0k3 opened this issue Nov 25, 2017 · 2 comments

Comments

@r3dsm0k3
Copy link

mac/arch.c:750:6: error: conflicting types for 'arch_archThreadInit'
bool arch_archThreadInit(honggfuzz_t* hfuzz UNUSED, run_t* run UNUSED) ...
     ^
./arch.h:33:13: note: previous declaration is here
extern bool arch_archThreadInit(run_t* run);
            ^
1 error generated.
make: *** [mac/arch.o] Error 1

Shouldn't it be arch_archThreadInit(run_t* run UNUSED) in mac/arch.c ?

@robertswiecki
Copy link
Collaborator

Hm.. I don't have MacOSX handy, but please try with the master branch. Possibly it'll work after 89c1874

@r3dsm0k3
Copy link
Author

I can confirm that the compiling work as I have changed it locally and compiled before I filed the issue. Thank you for providing a fix.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants