summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2022-04-20 21:05:17 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2022-04-20 21:05:17 (GMT)
commit85c2171a17158ed1e2b33e76ea2ea4c67df3bea7 (patch)
tree6f21da2dd4b3f5514f804a8cd5ff197364712ad9 /src
parent066f8241708e51f1c1edbc9a46f5b1fa2d295caa (diff)
downloadhdf5-85c2171a17158ed1e2b33e76ea2ea4c67df3bea7.zip
hdf5-85c2171a17158ed1e2b33e76ea2ea4c67df3bea7.tar.gz
hdf5-85c2171a17158ed1e2b33e76ea2ea4c67df3bea7.tar.bz2
Quiet a GCC warning: don't turn back on compiler diagnostics that
weren't turned off to begin with.
Diffstat (limited to 'src')
-rw-r--r--src/H5detect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5detect.c b/src/H5detect.c
index 4d131dc..1a9c7c5 100644
--- a/src/H5detect.c
+++ b/src/H5detect.c
@@ -1008,5 +1008,3 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
}
-
-H5_GCC_CLANG_DIAG_ON("cast-align")