Open megadakkajet opened 5 months ago
You have added -Werror
so all warnings were treated as errors. Probably it would compile otherwise (these warnings did not expose an actual problem).
I have fixed the warning about the "comparison of integer expression" and pushed the fix to the repo.
The one about "misleading indentation" is weird, because image.cpp line 82 does not have what your error shows. Function setLock is in lines 94-98 and it does not have misleading indentation. Seems you are not compiling the current version from the repo.
I was trying to compile noteye and after ages of finding libraries to solve various errors, I am now facing this error which I do not know how to approach. Any help would be great.
lewis