Quote:
Originally Posted by steve
Yeah, found them in the Win32 zip.
Someone with linux programming knowledge needs to go through and fix all of the compile warnings. They still successfully compile, but all of those warnings were not good. Things like 'warning: data comparison will always be false due to limited range' etc..
ShowEQ does not have compile issues nor warnings when I compile it, perhaps we should ask Zaphod (the head honcho for ShowEQ) to take a look at the code and fix the obvious things.
|
Did I hear someone mention my name... heh...
At some point in the future I might just, although I am rather preoccupied with ShowEQ.
One thing people have to realize is many of the warnings are actually indicative of problems that cause bugs. Unfortunately Visual C++ will chew on absolute garbage and not give a warning, despite it generating bad behavior, and yet will also give you warnings about absolutely irrelevant nonsense. In a former life I had way too much experience with this. In some cases Visual C++ compiles code where all the C++ standards (current and former) and Microsoft's own docs say shouldn't compile and whose behavior is literally undefined without so much as a single warning.
Enjoy,
Zaphod (dohpaZ)