fix various build warnings, mostly on Windows

And some when S3 is disabled
This commit is contained in:
Joey Hess 2015-10-13 13:24:44 -04:00
parent 06fad42299
commit b0e5c09408
Failed to extract signature
5 changed files with 8 additions and 10 deletions

View file

@ -707,5 +707,5 @@ mkCopier remotewanthardlink rsyncparams = do
, return copier
)
#else
return copier
return $ if remotewanthardlink then copier else copier
#endif