We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compilation fails on the current master (6654d48) on both:
It also seems that your Travis build is failing and Travis mistakenly finishes with success: https://travis-ci.org/github/blackducksoftware/ohcount/jobs/760100858
Error:
Building src/parser.c (will take a while) clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument] src/parser.c:10:20: error: conflicting types for 'ohcount_hash_parser_from_language' struct ParserMap * ohcount_hash_parser_from_language (register const char *str, register size_t len); ^ parsers.gperf:171:1: note: previous definition is here ohcount_hash_parser_from_language (register const char *str, register unsigned int len)
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. We will look into this.
Sorry, something went wrong.
No branches or pull requests
Compilation fails on the current master (6654d48) on both:
It also seems that your Travis build is failing and Travis mistakenly finishes with success: https://travis-ci.org/github/blackducksoftware/ohcount/jobs/760100858
Error:
The text was updated successfully, but these errors were encountered: