I get a compiler warning for this line here: https://github.com/bitcoin/bitcoin/blob/master/src/json/json_spirit_writer_template.h#L78
const wint_t unsigned_c( ( c >= 0 ) ? c : 256 + c );
I don't know how to fix this, so I at least wanted to point the devs to it.