11 lines
388 B
Plaintext
11 lines
388 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:98:20: warning: [-Wunused-matches]
|
||
Defined but not used: ‘i’
|
||
|
|
||
98 | OverInvSelect (i,j) -> w
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:98:22: warning: [-Wunused-matches]
|
||
Defined but not used: ‘j’
|
||
|
|
||
98 | OverInvSelect (i,j) -> w
|
||
| ^
|