Pre-format fixes for warnings as errors

This commit is contained in:
Allen Byrne
2020-09-29 10:24:49 -05:00
parent 14851e3b82
commit 274cd0ba1d
5 changed files with 23 additions and 28 deletions

View File

@@ -69,6 +69,7 @@
*
*****************************************************************************/
H5_GCC_DIAG_OFF("format")
/*----------------------------------------------------------------------------
*
@@ -1225,6 +1226,7 @@ error :
#undef UTIL_TEST_DEFAULT
#undef UTIL_TEST_CREATE
} /* test_set_configured_fapl */
H5_GCC_DIAG_ON("format")
/*----------------------------------------------------------------------------