logging-log4cxx
logging-log4cxx copied to clipboard
Visual Studio compiler warning C4100
Visual Studio reports warning C4100 when compiling code that includes log4cxx/spi/loggerrepository.h.
That function has two functions with empty bodies (fireAddAppenderEvent, fireRemoveAppenderEvent). Because they have unused formal parameters, Visual Studio warns about "unreferenced formal parameter".
Could you advise which version of Visual Studio you are using and which version of log4cxx has the problem?