coreir icon indicating copy to clipboard operation
coreir copied to clipboard

google test throws sign conversion warnings

Open rdaly525 opened this issue 3 years ago • 0 comments

/Users/ross/dev/coreir/build/tests/gtest/googletest-src/googletest/src/gtest.cc:4082:33: error: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Werror,-Wsign-conversion]
        if (IsValidXmlCharacter(ch)) {
            ~~~~~~~~~~~~~~~~~~~ ^~
/Users/ross/dev/coreir/build/tests/gtest/googletest-src/googletest/src/gtest.cc:4083:56: error: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Werror,-Wsign-conversion]
          if (is_attribute && IsNormalizableWhitespace(ch))
                              ~~~~~~~~~~~~~~~~~~~~~~~~ ^~
/Users/ross/dev/coreir/build/tests/gtest/googletest-src/googletest/src/gtest.cc:4104:29: error: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Werror,-Wsign-conversion]

rdaly525 avatar Dec 22 '21 01:12 rdaly525