This is the output, when compiling in Qt creator (Bitcoin-Qt) Warning:comparison between signed and unsigned integer expressions [-Wsign-compare]
serialize.h: https://github.com/bitcoin/bitcoin/blob/master/src/serialize.h#L812 https://github.com/bitcoin/bitcoin/blob/master/src/serialize.h#L824 https://github.com/bitcoin/bitcoin/blob/master/src/serialize.h#L837
script.h: https://github.com/bitcoin/bitcoin/blob/master/src/script.h#L455
If a dev can give a hint on how to fix the warnings, I'm willing to create a patch.