HDFFV-11012, sanitize, warnings and tools ids

This commit is contained in:
Allen Byrne
2020-02-11 14:51:38 -06:00
parent 84c4ade714
commit 702f719e0c
47 changed files with 860 additions and 782 deletions

View File

@@ -126,7 +126,8 @@ int main(int argc, const char *argv[])
static void
ph5diff_worker(int nID)
{
hid_t file1_id = -1, file2_id = -1;
hid_t file1_id = H5I_INVALID_HID;
hid_t file2_id = H5I_INVALID_HID;
while(1)
{