ricardoquesada / vchar64

editor for the Commodore 64
http://retro.moe/tag/vchar64/
Other
91 stars 12 forks source link

type limits #8

Closed Lobotomius closed 8 years ago

Lobotomius commented 8 years ago

importkoaladialog.cpp: In member function ‘bool ImportKoalaDialog::convert()’: importkoaladialog.cpp:579:27: error: comparison is always true due to limited range of data type [-Werror=type-limits] Q_ASSERT(colorRAM >=0 && colorRAM<16 && "Invalid colorRAM");

ricardoquesada commented 8 years ago

Thanks. are you a bot?

Lobotomius commented 8 years ago

would i know if i was?

ricardoquesada commented 8 years ago

fixed. thanks.