eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.

Home Page:http://scalaxb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning parameter value parent in method apply is never used when compiling with scala 2.13.7

aleksandr-vin opened this issue · comments

target/scala-2.13/src_managed/main/sbt-scalaxb/scalaxb/scalaxb.scala:455:37
parameter value parent in method apply is never used
  def apply[A:CanWriteXML](x: Node, parent: Node, value: A): DataRecord[A] = x match {