Skip to content

Commit d8ed01f

Browse files
Comment out warning about inline positions recording
Such warnings are produced when compiling the bootstrapped compiler.
1 parent 26566a0 commit d8ed01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/backend/jvm/InlinedSourceMaps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ object InlinedSourceMaps:
157157
val offset = sourcePos.startLine - request.origPos.startLine
158158
Some(request.firstFakeLine + offset + 1)
159159
case None =>
160-
report.warning(s"${sourcePos.show} was inlined in ${cunit.source} but its inlining position was not recorded.")
160+
// report.warning(s"${sourcePos.show} was inlined in ${cunit.source} but its inlining position was not recorded.")
161161
None
162162

163163

0 commit comments

Comments
 (0)