logging-log4cxx icon indicating copy to clipboard operation
logging-log4cxx copied to clipboard

Visual Studio compiler warning C4100

Open timcoleman opened this issue 2 years ago • 1 comments

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".

timcoleman avatar Feb 06 '23 20:02 timcoleman

Could you advise which version of Visual Studio you are using and which version of log4cxx has the problem?

swebb2066 avatar Apr 04 '23 02:04 swebb2066