Skip to content

Commit

Permalink
Fix nowarn filter
Browse files Browse the repository at this point in the history
  • Loading branch information
morgen-peschke committed May 31, 2024
1 parent 864da2c commit d63ecdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ object LogMessage {
LogMessageImpl(l, tOpt, () => msg, context)

// Had to add this explicitly because of issues with overloading and default arguments
@nowarn("msg=unused")
@nowarn("cat=unused")
private def copy(
ll: LogLevel,
e: Option[Throwable],
Expand Down

0 comments on commit d63ecdf

Please sign in to comment.