summaryrefslogtreecommitdiff
path: root/Omni/Bild.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Bild.hs')
-rwxr-xr-xOmni/Bild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs
index e1aaced..1b08f17 100755
--- a/Omni/Bild.hs
+++ b/Omni/Bild.hs
@@ -961,7 +961,7 @@ build andTest loud jobs cpus analysis = do
where
buildTarget :: LogC.LineManager -> FilePath -> Target -> IO (Exit.ExitCode, ByteString)
buildTarget lineMgr root target@Target {..} = do
- mLineNum <- LogC.reserveLine lineMgr namespace
+ _ <- LogC.reserveLine lineMgr namespace
result <- case compiler of
CPython -> case out of
Just _ ->