Skip to content

Commit

Permalink
Merge pull request #845 from pguyot/w40/fix-warning-on-unused-static-…
Browse files Browse the repository at this point in the history
…declaration

Fix warning introduced in 74e68af
  • Loading branch information
fadushin authored Oct 6, 2023
2 parents 8c7b768 + 2fe639f commit 9e4c220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libAtomVM/nifs.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ static term nif_atomvm_add_avm_pack_file(Context *ctx, int argc, term argv[]);
static term nif_atomvm_close_avm_pack(Context *ctx, int argc, term argv[]);
static term nif_atomvm_get_start_beam(Context *ctx, int argc, term argv[]);
static term nif_atomvm_read_priv(Context *ctx, int argc, term argv[]);
static term nif_atomvm_posix_clock_settime(Context *ctx, int argc, term argv[]);
static term nif_console_print(Context *ctx, int argc, term argv[]);
static term nif_base64_encode(Context *ctx, int argc, term argv[]);
static term nif_base64_decode(Context *ctx, int argc, term argv[]);
Expand Down

0 comments on commit 9e4c220

Please sign in to comment.