Skip to content

Commit cf6504c

Browse files
committed
Fix a warning
1 parent 9044703 commit cf6504c

File tree

1 file changed

+4
-0
lines changed
  • plugins/hls-tactics-plugin/old/src/Wingman

1 file changed

+4
-0
lines changed

plugins/hls-tactics-plugin/old/src/Wingman/Context.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{-# LANGUAGE CPP #-}
2+
-- Some versions of GHC report this in this module.
3+
-- Just turning this off since it's the old source and should
4+
-- go away eventually
5+
{-# OPTIONS_GHC -Wno-overlapping-patterns #-}
26

37
module Wingman.Context where
48

0 commit comments

Comments
 (0)