summaryrefslogtreecommitdiff
path: root/priv/templates/basicnif.erl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/basicnif.erl')
-rw-r--r--priv/templates/basicnif.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/basicnif.erl b/priv/templates/basicnif.erl
index 342a5d3..e1f4143 100644
--- a/priv/templates/basicnif.erl
+++ b/priv/templates/basicnif.erl
@@ -27,7 +27,7 @@ init() ->
new() ->
?nif_stub.
-myfunction(Ref) ->
+myfunction(_Ref) ->
?nif_stub.
%% ===================================================================