fix build warnings on windows

This commit is contained in:
Joey Hess 2023-03-21 18:22:41 -04:00
parent e11776ae80
commit e822df2a09
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
13 changed files with 28 additions and 15 deletions

View file

@ -16,11 +16,13 @@ import qualified Remote
import qualified Types.Backend
import qualified Backend
import Annex.Content
#ifndef mingw32_HOST_OS
import Annex.Version
import Annex.Content.Presence
#endif
import Annex.Content.Presence.LowLevel
import Annex.Perms
import Annex.Link
import Annex.Version
import Logs.Location
import Logs.Trust
import Logs.Activity

View file

@ -12,7 +12,9 @@ module Command.RemoteDaemon where
import Command
import RemoteDaemon.Core
import Utility.Daemon
#ifndef mingw32_HOST_OS
import Annex.Path
#endif
cmd :: Command
cmd = noCommit $