squash compiler warnings on Windows
This commit is contained in:
parent
6a97896b47
commit
06db8e0bd9
8 changed files with 33 additions and 13 deletions
2
Limit.hs
2
Limit.hs
|
@ -35,9 +35,11 @@ import Utility.DataUnits
|
|||
import Text.Regex.TDFA
|
||||
import Text.Regex.TDFA.String
|
||||
#else
|
||||
#ifndef mingw32_HOST_OS
|
||||
import System.Path.WildMatch
|
||||
import Types.FileMatcher
|
||||
#endif
|
||||
#endif
|
||||
|
||||
type MatchFiles = AssumeNotPresent -> FileInfo -> Annex Bool
|
||||
type MkLimit = String -> Either String MatchFiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue