Skip to content

Commit 5fe861e

Browse files
committed
Pass -warn-soft-deprecated through to frontend jobs.
1 parent 83a56f6 commit 5fe861e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ extension Driver {
197197
try commandLine.appendLast(.fixitAll, from: &parsedOptions)
198198
try commandLine.appendLast(.warnSwift3ObjcInferenceMinimal, .warnSwift3ObjcInferenceComplete, from: &parsedOptions)
199199
try commandLine.appendLast(.warnImplicitOverrides, from: &parsedOptions)
200+
try commandLine.appendLast(.warnSoftDeprecated, from: &parsedOptions)
200201
try commandLine.appendLast(.typoCorrectionLimit, from: &parsedOptions)
201202
try commandLine.appendLast(.enableAppExtension, from: &parsedOptions)
202203
try commandLine.appendLast(.enableLibraryEvolution, from: &parsedOptions)

0 commit comments

Comments
 (0)