emilk / loguru

A lightweight C++ logging library
The Unlicense
1.77k stars 256 forks source link

Fix typo and make it success when build with Clang 10 #144

Closed tan-wei closed 4 years ago

tan-wei commented 4 years ago

Clang 10 will complain 2 kinds of errors in loguru.cpp:

A simple switch off the warning will work.

tan-wei commented 4 years ago

Sorry for my mis-using spaces instead of tabs. I've pushed amend to fix the indention issue.