Fixed compiler warning.
This commit is contained in:
parent
22dfd5a117
commit
91cbaa607d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ static void setup_log() {
|
||||||
deleteLogWriter();
|
deleteLogWriter();
|
||||||
lladd_enableAutoTruncation = 0;
|
lladd_enableAutoTruncation = 0;
|
||||||
Tinit();
|
Tinit();
|
||||||
lsn_t firstLSN;
|
lsn_t firstLSN = -1;
|
||||||
int first = 1;
|
int first = 1;
|
||||||
|
|
||||||
for(i = 0 ; i < 1000; i++) {
|
for(i = 0 ; i < 1000; i++) {
|
||||||
|
|
Loading…
Reference in a new issue