We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6767c5e commit c4c597fCopy full SHA for c4c597f
tests/T15Win.hs
@@ -12,7 +12,6 @@ import qualified System.File.PlatformPath as PFP
12
import System.IO
13
import System.IO.Temp
14
15
-import Control.Exception (bracketOnError)
16
import Data.Bits
17
import System.OsPath.Windows ( WindowsPath, pstr )
18
import qualified System.OsPath.Windows as WS
@@ -36,7 +35,7 @@ main = withSystemTempDirectory "tar-test" $ \baseDir' -> do
36
35
]
37
38
openFile32 :: WindowsPath -> IOMode -> IO Win32.HANDLE
39
-openFile32 fp iomode =
+openFile32 fp _iomode =
40
WS.createFile
41
fp
42
Win32.gENERIC_READ
0 commit comments