Skip to content

Conversation

petermm
Copy link
Contributor

@petermm petermm commented Aug 8, 2025

Fixes:

warning: variable "flash_offset" is unused (if the variable is not meant to be used, prefix it with an underscore)
     │
 164 │   defp parse_args([<<"--flash_offset">>, "0x" <> hex = flash_offset | t], accum) do
     │                                                        ~~~~~~~~~~~~
     │
     └─ (exatomvm 0.1.0) lib/mix/tasks/esp32_flash.ex:164:56: Mix.Tasks.Atomvm.Esp32.Flash.parse_args/2```

Fixes:
``` warning: variable "flash_offset" is unused (if the variable is not meant to be used, prefix it with an underscore)
     │
 164 │   defp parse_args([<<"--flash_offset">>, "0x" <> hex = flash_offset | t], accum) do
     │                                                        ~~~~~~~~~~~~
     │
     └─ (exatomvm 0.1.0) lib/mix/tasks/esp32_flash.ex:164:56: Mix.Tasks.Atomvm.Esp32.Flash.parse_args/2```

Signed-off-by: Peter M <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant