Skip to content

Commit ce59076

Browse files
authored
Fix compile warning -Wmaybe-uninitialized (#276)
1 parent d1b5c57 commit ce59076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ do_init(void)
4040

4141
struct dirent **dp;
4242
int results;
43-
uint64 sysid;
43+
uint64 sysid = 0;
4444
ControlFileData *controlFile;
4545
bool crc_ok;
4646

0 commit comments

Comments
 (0)