Commander-Genius
Commander-Genius copied to clipboard
[Warnings] build unlzexe with clang++ 13 or 14
unlzexe.cpp:324:20: warning: result of comparison of constant 65536 with expression of type 'WORD' (aka 'unsigned short') is always true [-Wtautological-constant-out-of-range-compare]
} while(rel_seg!=(0xf000+0x1000));
~~~~~~~^ ~~~~~~~~~~~~~~~
and the version print needs blanks before after the macro, to be C++11 conform
printf("UNLZEXE Ver. " VERSION "\n"); /* v0.6 */