Skip to content
Snippets Groups Projects

Add -Winconsistent-flags warning

Merged Matthew Pickering requested to merge wip/inconsistent-flags into master
1 unresolved thread
8 files
+ 38
14
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -294,7 +294,7 @@ instance Diagnostic DriverMessage where
-> ErrorWithoutFlag
DriverInterfaceError reason -> diagnosticReason reason
DriverInconsistentDynFlags {}
-> WarningWithoutFlag
-> WarningWithFlag Opt_WarnInconsistentFlags
DriverSafeHaskellIgnoredExtension {}
-> WarningWithoutFlag
DriverPackageTrustIgnored {}
Loading