21 lines
885 B
Plaintext
21 lines
885 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Creature/State.hs:250:19-20: warning: [-Wunused-matches]
|
||
Defined but not used: ‘cr’
|
||
|
|
||
250 | itemInvSideEffect cr it
|
||
| ^^
|
||
/home/justin/Haskell/loop/src/Dodge/Creature/State.hs:250:22-23: warning: [-Wunused-matches]
|
||
Defined but not used: ‘it’
|
||
|
|
||
250 | itemInvSideEffect cr it
|
||
| ^^
|
||
/home/justin/Haskell/loop/src/Dodge/Creature/State.hs:257:1-17: warning: [-Wunused-top-binds]
|
||
Defined but not used: ‘createAttachLight’
|
||
|
|
||
257 | createAttachLight cr it = createTorchLightOffset cr it attachoff
|
||
| ^^^^^^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Inventory/Add.hs:70:1-12: warning: [-Wunused-top-binds]
|
||
Defined but not used: ‘pickUpItemID’
|
||
|
|
||
70 | pickUpItemID cid flid w = pickUpItem cid (w ^?! cWorld . lWorld . floorItems . ix flid) w
|
||
| ^^^^^^^^^^^^
|