Skip to content

Commit

Permalink
#1413 ignore --realsig bc using older FCS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Aug 16, 2024
1 parent 6a37a65 commit 9858b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/WebSharper.Compiler.FSharp/Compile.fs
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ let ParseOptions (argv: string[]) (logger: LoggerBase) =
warn := { !warn with WarnAsError = (!warn).WarnAsError + parseWarnCodeSet w }
| StartsWith "--warnaserror-:" w ->
warn := { !warn with DontWarnAsError = (!warn).DontWarnAsError + parseWarnCodeSet w }
| StartsWith "--preferreduilang:" _ ->
() // not handled by FSC 16.0.2
| "--realsig+" | "--realsig-" ->
() // not handled by FSC 43.7.300
| _ ->
fscArgs.Add a
wsArgs :=
Expand Down

0 comments on commit 9858b36

Please sign in to comment.