Skip to content

Commit

Permalink
hide unused variable to appease compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jan 2, 2025
1 parent 6f43a91 commit 3fe34ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/io/dprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

int debug_level=0; /* needs to be global; see also getparam.c */

static char *nemo_file = "dprintf.c: debugging stuff";
// static char *nemo_file = "dprintf.c: debugging stuff";

bool nemo_debug(int debug)
{
Expand Down

0 comments on commit 3fe34ea

Please sign in to comment.