mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-28 08:34:23 +03:00
Fix warnings; remove -Werror
This commit is contained in:
parent
4482229156
commit
278b079a49
@ -51,6 +51,6 @@ library
|
||||
Data.Macaw.Memory.Permissions
|
||||
Data.Macaw.Types
|
||||
|
||||
ghc-options: -Wall -Werror
|
||||
ghc-options: -Wall
|
||||
ghc-options: -fno-warn-unticked-promoted-constructors
|
||||
ghc-prof-options: -O2 -fprof-auto-top
|
@ -111,6 +111,8 @@ type BVType = 'BVType
|
||||
|
||||
type BoolType = 'BoolType
|
||||
|
||||
type TupleType = 'TupleType
|
||||
|
||||
-- | A runtime representation of @Type@ for case matching purposes.
|
||||
data TypeRepr (tp :: Type) where
|
||||
BoolTypeRepr :: TypeRepr BoolType
|
||||
|
@ -42,7 +42,7 @@ library
|
||||
Data.Macaw.X86.X86Reg
|
||||
Data.Macaw.X86.X87ControlReg
|
||||
|
||||
ghc-options: -Wall -Werror
|
||||
ghc-options: -Wall
|
||||
ghc-options: -fno-warn-unticked-promoted-constructors
|
||||
ghc-prof-options: -O2 -fprof-auto-top
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user