Description
/src/actions/transformations/remove_whitespace.cc:66:44: warning: comparison of constant 160 with expression of type 'char' is always false
#define NBSP 160 // non breaking space char
std::string value(val);
if (isspace(value[i]) || (value[i] == NBSP)) {