dept2 / CuteLogger

Logger: simple, convinient and thread safe logger for Qt-based C++ apps
GNU Lesser General Public License v2.1
145 stars 97 forks source link

Fixed -Weffc++ warnings #32

Closed man-k28 closed 4 years ago

cyberbobs commented 4 years ago

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.