eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.
http://scalaxb.org/
MIT License
335 stars 154 forks source link

Warning parameter value obj in method writesAttribute is never used when compiling with scala 2.13.7 #575

Open aleksandr-vin opened 2 years ago

aleksandr-vin commented 2 years ago
target/scala-2.13/src_managed/main/sbt-scalaxb/scalaxb/scalaxb.scala:767:23
parameter value obj in method writesAttribute is never used
  def writesAttribute(obj: A, scope: scala.xml.NamespaceBinding): scala.xml.MetaData = scala.xml.Null

and another one:

target/scala-2.13/src_managed/main/sbt-scalaxb/scalaxb/scalaxb.scala:767:31
parameter value scope in method writesAttribute is never used