We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b9c1b commit 02fbd14Copy full SHA for 02fbd14
libs/exavmlib/lib/AVMPort.ex
@@ -22,6 +22,8 @@
22
defmodule AVMPort do
23
# This avoids crashing the compiler at build time
24
@compile {:autoload, false}
25
+ # This avoids compiler warnings
26
+ @compile {:no_warn_undefined, [:port]}
27
@moduledoc """
28
This module provides an interface to communicate with AtomVM port processes.
29
The functionality of AVMPort.call is identical to the eavmlib :port.call/2 and
0 commit comments