grizzled-slf4j icon indicating copy to clipboard operation
grizzled-slf4j copied to clipboard

Inline optimization warning

Open ben-manes opened this issue 12 years ago • 1 comments

I'm receiving the following warning when compiling with "scalac -optimise". I don't think its due to my usage, though.

This is with v0.6.6 and Scala 2.9.1

[WARNING] Foo.scala:101: warning: Could not inline required method warn because it is unsafe (target may reference private fields). [WARNING] log.warn("Fake log message ")

ben-manes avatar Oct 03 '11 16:10 ben-manes