VS2012 and earlier cannot have execute stmnts before declare

This commit is contained in:
Allen Byrne
2017-10-03 12:34:54 -05:00
parent 32a1b98a6c
commit 68a9844991

View File

@@ -640,8 +640,8 @@ static hsize_t diff_datum(
* compared, we convert both bit patterns to their corresponding
* enumeration constant and do a string comparison
*/
h5difftrace("diff_datum H5T_ENUM\n");
{
h5difftrace("diff_datum H5T_ENUM\n");
char enum_name1[1024];
char enum_name2[1024];
herr_t err1;