26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
/home/justin/Haskell/loop/src/Dodge/Render/Picture.hs:106:21-24: warning: [-Wunused-matches]
|
||
Defined but not used: ‘tmid’
|
||
|
|
||
106 | determineTermCursor tmid u = fromMaybe (drawPlus 5) $ do
|
||
| ^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Render/Picture.hs:106:26: warning: [-Wunused-matches]
|
||
Defined but not used: ‘u’
|
||
|
|
||
106 | determineTermCursor tmid u = fromMaybe (drawPlus 5) $ do
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/Render/Picture.hs:113:1-18: warning: [-Wunused-top-binds]
|
||
Defined but not used: ‘drawWireRectCursor’
|
||
|
|
||
113 | drawWireRectCursor = scale 0.1 0.1 $ text [cWireRect]
|
||
| ^^^^^^^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Update.hs:306:1-27: warning: [-Wunused-top-binds]
|
||
Defined but not used: ‘updateMouseInventoryEffects’
|
||
|
|
||
306 | updateMouseInventoryEffects cfig w = w
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Update.hs:306:29-32: warning: [-Wunused-matches]
|
||
Defined but not used: ‘cfig’
|
||
|
|
||
306 | updateMouseInventoryEffects cfig w = w
|
||
| ^^^^
|