summaryrefslogtreecommitdiffstats
path: root/testing/024
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-30 10:15:01 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-30 10:15:01 (GMT)
commit6c0436303d76a3df4c323bf6ca1e5716b6027ec0 (patch)
tree44d1c31b58209019c47dcc20bf7ac848f328656a /testing/024
parent0697535ad38ed122964c4673b102a8e30ad4369f (diff)
downloadDoxygen-6c0436303d76a3df4c323bf6ca1e5716b6027ec0.zip
Doxygen-6c0436303d76a3df4c323bf6ca1e5716b6027ec0.tar.gz
Doxygen-6c0436303d76a3df4c323bf6ca1e5716b6027ec0.tar.bz2
Add commands to handle referenced by relation and references relation
Shortened the commands: - referencedbyrelation -> showrefby - hidereferencedbyrelation -> hiderefby - referencesrelation -> showrefs - hidereferencesrelation -> hiderefs
Diffstat (limited to 'testing/024')
0 files changed, 0 insertions, 0 deletions
refslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-05 18:14:26 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-11-05 18:14:26 (GMT)
commit34eff2aae501e0276f58d2113c02d15b51fca7d8 (patch)
treeee23f90c1458653e680c2a1f088f8f6d071e2b95
parentafd4b291315e39e3966eadaf8ae9894b30e9504e (diff)
downloadhdf5-34eff2aae501e0276f58d2113c02d15b51fca7d8.zip
hdf5-34eff2aae501e0276f58d2113c02d15b51fca7d8.tar.gz
hdf5-34eff2aae501e0276f58d2113c02d15b51fca7d8.tar.bz2
Change some GCC warnings to errors. Fix code to quiet some warnings.
Diffstat
-rw-r--r--config/commence.am2
-rw-r--r--config/gnu-flags86
-rw-r--r--configure.ac4
-rw-r--r--src/H5Cpkg.h2
-rw-r--r--src/H5Dchunk.c13
-rw-r--r--src/H5FSsection.c10
-rw-r--r--src/H5Fsuper_cache.c14
-rw-r--r--src/H5Pmapl.c3
-rw-r--r--src/H5private.h14
-rw-r--r--test/Makefile.am2
-rw-r--r--test/cache.c2
-rw-r--r--test/cache_tagging.c2
-rw-r--r--test/null_vol_connector.c6
-rw-r--r--test/tfile.c1
-rw-r--r--test/tid.c25
-rw-r--r--test/tvlstr.c4
-rw-r--r--tools/src/h5import/h5import.c2
-rw-r--r--tools/src/h5repack/h5repack_main.c14
18 files changed, 149 insertions, 57 deletions
diff --git a/config/commence.am b/config/commence.am