Skip to content

Commit

Permalink
Fix werror issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Sep 1, 2024
1 parent b36e6a5 commit b2d43b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/OpenSwiftUI/View/Debug/TODO/ViewDebug.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ extension _ViewDebug {
}
}

@available(*, deprecated, message: "To be refactored into View.makeDebuggableView")
// Fix -werror issue
// @available(*, deprecated, message: "To be refactored into View.makeDebuggableView")
@inline(__always)
static func makeView<Value>(
view: _GraphValue<Value>,
Expand Down

0 comments on commit b2d43b3

Please sign in to comment.