1.
source/expression_filter.cpp:294]: (style) Expression '(X & 0x80) == 0x1' is always false.
Source code is
if (found != code_point_index().end() ||
std::isprint(c) == false ||
(c & 0x80) == 1)
return true;
2.
source/expression_filter.cpp:321]: (style) Expression '(X & 0x80) == 0x1' is always false.
Latest sources are on github - however this issue appears in two places in the current code. Opened issue #54 for this:
https://github.com/stlab/adobe_source_libraries/issues/54