zenorogue / noteye

A frontend to modify the input/output of console and libtcod roguelikes.
GNU General Public License v3.0
55 stars 14 forks source link

weird and complex error #21

Open megadakkajet opened 5 months ago

megadakkajet commented 5 months ago

error 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

zenorogue commented 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.