You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Compiling encodachrom with
make
failed with return;This is on Ubuntu 18.04.2 LTS
The text was updated successfully, but these errors were encountered: