mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-24 17:41:34 +08:00
removed warning from example.cpp
This commit is contained in:
parent
b7b421c8fc
commit
e85a3cc33b
@ -94,7 +94,7 @@ int main(int, char* [])
|
||||
// Example of user defined class with operator<<
|
||||
//
|
||||
class some_class {};
|
||||
std::ostream& operator<<(std::ostream& os, const some_class& c) { return os << "some_class"; }
|
||||
std::ostream& operator<<(std::ostream& os, const some_class&) { return os << "some_class"; }
|
||||
|
||||
void custom_class_example()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user