Personally I think not all of those warnings make sense, specifically {} sound like kinda obscure to me. I still agree on (int)→static_cast<int> ones. Please consider changing merge request to fix only old style casts and/or turning off -Weffc++ for CuteLogger in your project.
See discussion in https://github.com/google/googletest/issues/898
Personally I think not all of those warnings make sense, specifically
{}
sound like kinda obscure to me. I still agree on(int)
→static_cast<int>
ones. Please consider changing merge request to fix only old style casts and/or turning off-Weffc++
for CuteLogger in your project.