Don't set -Wall on check
This commit is contained in:
parent
6756f1d10b
commit
a97e07065e
@ -32,7 +32,7 @@ check files =
|
||||
runGmlTWith
|
||||
(map Left files)
|
||||
return
|
||||
((fmap fst <$>) . withLogger (setAllWarningFlags . setNoMaxRelevantBindings))
|
||||
((fmap fst <$>) . withLogger setNoMaxRelevantBindings)
|
||||
(return ())
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user