Skip to content

Commit

Permalink
Disable unused-do-bind warnings (at least for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Sep 15, 2010
1 parent f614bfb commit ec90955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scion.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ library
if impl(ghc == 6.12.*)
cpp-options: -DGHC_VERSION=612

ghc-options: -Wall
ghc-options: -Wall -fno-warn-unused-do-bind

executable scion-server
if !flag(server)
Expand Down

0 comments on commit ec90955

Please sign in to comment.