fixed all remaining build warnings on Windows

This commit is contained in:
Joey Hess 2014-12-29 17:25:59 -04:00
parent 67828b1c86
commit c9a3e80d32
13 changed files with 23 additions and 20 deletions

View file

@ -116,13 +116,12 @@ main ps = do
#if MIN_VERSION_optparse_applicative(0,10,0)
case execParserPure pprefs pinfo args of
(Options.Applicative.Failure failure) -> do
let (msg, _exit) = renderFailure failure progdesc
let (msg, _exit) = renderFailure failure "git-annex test"
error msg
v -> handleParseResult v
#else
handleParseResult $ execParserPure pprefs pinfo args
#endif
progdesc = "git-annex test"
ingredients :: [Ingredient]
ingredients =