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

Fail to compile encodachrom #1

Open
ceilinglight opened this issue Jul 3, 2019 · 1 comment
Open

Fail to compile encodachrom #1

ceilinglight opened this issue Jul 3, 2019 · 1 comment

Comments

@ceilinglight
Copy link

Compiling encodachrom with make failed with return;

gcc -O3 -Wall -Wextra -Werror   -c -o encodachrom.o encodachrom.c
encodachrom.c: In function ‘ProcessFile’:
encodachrom.c:151:11: error: unused parameter ‘fName’ [-Werror=unused-parameter]
    (char* fName,
           ^~~~~
At top level:
encodachrom.c:63:19: error: ‘rcsid’ defined but not used [-Werror=unused-const-variable=]
 static const char rcsid[]=
                   ^~~~~
cc1: all warnings being treated as errors
<builtin>: recipe for target 'encodachrom.o' failed
make: *** [encodachrom.o] Error 1

This is on Ubuntu 18.04.2 LTS

@rsharris
Copy link
Owner

rsharris commented Jul 3, 2019

Should be fixed now. Thanks for reporting that.

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