Skip to content

Commit

Permalink
Fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 23, 2015
1 parent 0e4eb11 commit 6f1a9d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stored/btape.c
Expand Up @@ -2151,7 +2151,9 @@ static void scan_blocks()

static void statcmd()
{
#ifdef xxxx
int debug = debug_level;
#endif
char *status;

status = dev->status_dev();
Expand Down

0 comments on commit 6f1a9d0

Please sign in to comment.