easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

Unused variable in LogDispatchCallback

Open tomkraw1 opened this issue 6 years ago • 0 comments

Hi!

Easylogging++ v9.96.7

According to g++ 8.1.0 varable data is not used:

..\src\easylogging++.cc: In member function 'virtual void el::LogDispatchCallback::handle(const el::LogDispatchData*)':
..\src\easylogging++.cc:2187:57: warning: unused parameter 'data' [-Wunused-parameter]
 void LogDispatchCallback::handle(const LogDispatchData* data) {
                                  ~~~~~~~~~~~~~~~~~~~~~~~^~~~

Thanks for your work! The logger is reat!

regards tomkraw1

tomkraw1 avatar May 11 '19 18:05 tomkraw1