Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio compiler warning C4100 #193

Open
timcoleman opened this issue Feb 6, 2023 · 1 comment
Open

Visual Studio compiler warning C4100 #193

timcoleman opened this issue Feb 6, 2023 · 1 comment
Labels

Comments

@timcoleman
Copy link

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

@swebb2066
Copy link
Contributor

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

@rm5248 rm5248 added the windows label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants