I have some function headers like so:
defcall set_open_device(%{"path" => path, "baud" => speed}), state: state do
"path" and "speed" are used in the function, but I see the following compiler warnings:
warning: variable "path" is unused
lib/rni/dispatch/fmt.ex:53
warning: variable "speed" is unused
lib/rni/dispatch/fmt.ex:53