Skip to content

Commit

Permalink
Quiet another warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jan 6, 2012
1 parent e62b0c6 commit b37f17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLVM/Util/Arithmetic.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -fno-warn-orphans -fno-warn-warnings-deprecations #-}
{-# LANGUAGE CPP, FlexibleInstances, ScopedTypeVariables, FlexibleContexts, UndecidableInstances, TypeSynonymInstances, MultiParamTypeClasses, FunctionalDependencies #-}
module LLVM.Util.Arithmetic(
TValue,
Expand Down

0 comments on commit b37f17c

Please sign in to comment.