aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/protobuf/patches/z_02_must_use_result.sh
blob: 1dfb5f9fae073fa7768f0783f0b3f7277c3db2c3 (plain) (blame)
1
2
3
4
5
sed -e 's|bool Parse|PROTOBUF_MUST_USE_RESULT bool Parse|' \
    -e 's|bool Merge|PROTOBUF_MUST_USE_RESULT bool Merge|' \
    -e 's|bool Serialize|PROTOBUF_MUST_USE_RESULT bool Serialize|' \
    -e 's|bool Append|PROTOBUF_MUST_USE_RESULT bool Append|' \
    -i src/google/protobuf/message_lite.h