diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-19 08:07:07 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-19 08:07:07 (GMT) |
commit | a8a9b4717062c4335d7d6964e58d4496a3e8f088 (patch) | |
tree | 5f5efa4c433134ce1919ab8bc91d3cc8942fe263 /autogen.sh | |
parent | ec90898719730156a5ad3d89653e8183fc52a546 (diff) | |
download | hdf5-a8a9b4717062c4335d7d6964e58d4496a3e8f088.zip hdf5-a8a9b4717062c4335d7d6964e58d4496a3e8f088.tar.gz hdf5-a8a9b4717062c4335d7d6964e58d4496a3e8f088.tar.bz2 |
[svn-r26229] Removed NO TRACE notifications from bin/trace script.
Fixes: HDFFV-9098
Tested on: 64-bit linux VM (autogen only)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -361,7 +361,6 @@ echo # have no effect on files that don't have HDF5 API macros in them. echo echo "Running trace script:" -echo "NOTE: NO TRACE warnings in H5E code are normal and expected." bin/trace src/H5*.c || exit 1 # Run make_err |