Open ph4r05 opened 3 years ago
Compilation fails on the current master (6654d4831c4cd1cc98dece3add0fa2cae9bcbe45) 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)
Thank you for reporting this. We will look into this.
Compilation fails on the current master (6654d4831c4cd1cc98dece3add0fa2cae9bcbe45) 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: