ppkarwasz commented on issue #3771: URL: https://github.com/apache/logging-log4j2/issues/3771#issuecomment-3306983505
> I tried to ignore the warnings from this, using `-Xlint:-processing`, and it doesn't seem to work. Are these warnings coming out differently than other annotation processor warnings? Here’s a clearer, more precise version you could use: `-Xlint:-processing` only disables javac’s own diagnostics about the annotation processing infrastructure: for example, when you supply an unused `-A...` option, or when a processor that could consume that option never runs because there are no matching annotations. Warnings emitted *by* annotation processors themselves (via `Messager.printMessage`) are independent of `-Xlint` and will still appear. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
