fixed all remaining build warnings on Windows
This commit is contained in:
parent
67828b1c86
commit
c9a3e80d32
13 changed files with 23 additions and 20 deletions
3
Test.hs
3
Test.hs
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue