Files
loop/ghcidOutput
T
2024-09-30 14:07:20 +01:00

51 lines
2.1 KiB
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/Render/HUD.hs:317:1-10: warning: [-Wunused-top-binds]
Defined but not used: tweakItems
|
317 | tweakItems = textSelItems . ammoTweakStrings
| ^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Render/HUD.hs:320:1-16: warning: [-Wunused-top-binds]
Defined but not used: ammoTweakStrings
|
320 | ammoTweakStrings _ = []-- case it ^? _Just . itTweaks . tweakParams of
| ^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Render/HUD.hs:326:1-11: warning: [-Wunused-top-binds]
Defined but not used: tweakString
|
326 | tweakString tp = rightPad 12 ' ' (show $ _tweakType tp) ++ " " ++ showTweak tp
| ^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Render/HUD.hs:379:1-12: warning: [-Wunused-top-binds]
Defined but not used: textSelItems
|
379 | textSelItems = map (picsToSelectable . (: []))
| ^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Render/HUD.hs:382:1-16: warning: [-Wunused-top-binds]
Defined but not used: picsToSelectable
|
382 | picsToSelectable pics =
| ^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Update/Scroll.hs:15:1-18: warning: [-Wunused-imports]
The import of Dodge.Tweak is redundant
|
15 | import Dodge.Tweak
| ^^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:9:1-21: warning: [-Wunused-imports]
The import of Dodge.Base.You is redundant
|
9 | import Dodge.Base.You
| ^^^^^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Item/Held/BatteryGuns.hs:19:1-33: warning: [-Wunused-imports]
The qualified import of IntMapHelp is redundant
|
19 | import qualified IntMapHelp as IM
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Item/Held/BatteryGuns.hs:79:1-11: warning: [-Wunused-top-binds]
Defined but not used: lasGunTweak
|
79 | lasGunTweak =
| ^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Item/Held/BatteryGuns.hs:102:1-15: warning: [-Wunused-top-binds]
Defined but not used: tractorGunTweak
|
102 | tractorGunTweak =
| ^^^^^^^^^^^^^^^