Files
loop/ghcidOutput
T
2024-09-22 14:29:02 +01:00

21 lines
885 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/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
| ^^^^^^^^^^^^