diff options
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index fed29e9132..e0c4d7b1d8 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -1615,7 +1615,7 @@ of ``-W(no-)*``. :shortdesc: Warn when using :ghc-flag:`-fllvm` with an unsupported version of LLVM. :type: dynamic - :reverse: -Wno-monomorphism-restriction + :reverse: -Wno-unsupported-llvm-version :category: :since: 7.8 |