diff options
Diffstat (limited to 'compiler/codeGen/ClosureInfo.lhs')
-rw-r--r-- | compiler/codeGen/ClosureInfo.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/ClosureInfo.lhs b/compiler/codeGen/ClosureInfo.lhs index d2c63b3be3..3b6c5491be 100644 --- a/compiler/codeGen/ClosureInfo.lhs +++ b/compiler/codeGen/ClosureInfo.lhs @@ -636,7 +636,7 @@ getCallMethod _ _ _ (LFUnknown True) _ getCallMethod _ name _ (LFUnknown False) n_args | n_args > 0 - = WARN( True, ppr name <+> ppr n_args ) + = WARN( dflags, True, ppr name <+> ppr n_args ) SlowCall -- Note [Unsafe coerce complications] | otherwise |