Skip to content

Commit

Permalink
WT-3018 lint
Browse files Browse the repository at this point in the history
clang version 3.4.1
random-abort.c:37:6: error: no previous extern declaration for
non-static variable 'inmem' [-Werror,-Wmissing-variable-declarations]
  • Loading branch information
keithbostic committed Nov 11, 2016
1 parent 8b05389 commit 8042eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recovery/random-abort.c
Expand Up @@ -34,7 +34,7 @@
static char home[512]; /* Program working dir */
static const char *progname; /* Program name */
static const char * const uri = "table:main";
bool inmem;
static bool inmem;

#define MAX_TH 12
#define MIN_TH 5
Expand Down

0 comments on commit 8042eba

Please sign in to comment.