/«PKGBUILDDIR»/Release/src/utilities/base64.cpp: In function 'std::vector<unsigned char> _from_base64(const string_t&)':
/«PKGBUILDDIR»/Release/src/utilities/base64.cpp:112:21: error: comparison is always false due to limited range of data type [-Werror=type-limits]
if ( ch < 0 || _base64_dectbl[ch] == 255 )
^
cc1plus: all warnings being treated as errors
seems that the <0 is useless, at least for arm64 architecture
https://buildd.debian.org/status/fetch.php?pkg=casablanca&arch=arm64&ver=2.2.0-1&stamp=1415724471
/«PKGBUILDDIR»/Release/src/utilities/base64.cpp:112:21: error: comparison is always false due to limited range of data type [-Werror=type-limits]
if ( ch < 0 || _base64_dectbl[ch] == 255 )
^
cc1plus: all warnings being treated as errors
seems that the <0 is useless, at least for arm64 architecture
https://buildd.debian.org/status/fetch.php?pkg=casablanca&arch=arm64&ver=2.2.0-1&stamp=1415724471