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

@ -32,14 +32,14 @@ import Config
import Annex.Direct
import Annex.Content.Direct
import Annex.Environment
import Annex.Perms
import Backend
import Annex.Hook
import Upgrade
#ifndef mingw32_HOST_OS
import Utility.UserInfo
import Utility.FileMode
import Annex.Perms
#endif
import Annex.Hook
import Upgrade
genDescription :: Maybe String -> Annex String
genDescription (Just d) = return d