summaryrefslogtreecommitdiffstats
path: root/c++/test/ttypes.cpp
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-08-21 17:04:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-08-21 17:04:04 (GMT)
commit742fd2739edbe91fc09f9c6f0b98aa4681b55690 (patch)
tree69a5c671e693c4059eacd11d55d12eb3dc334d6b /c++/test/ttypes.cpp
parente70ea8d243b5bad2212238aa21d6e094d76c9235 (diff)
downloadhdf5-742fd2739edbe91fc09f9c6f0b98aa4681b55690.zip
hdf5-742fd2739edbe91fc09f9c6f0b98aa4681b55690.tar.gz
hdf5-742fd2739edbe91fc09f9c6f0b98aa4681b55690.tar.bz2
[svn-r15507] Description:
Bring r15501 back from trunk: Clean up warnings. Tested on: Mac OS X/32 10.5.4 (amazon) Too minor to require h5committest
Diffstat (limited to 'c++/test/ttypes.cpp')
-rw-r--r--c++/test/ttypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/ttypes.cpp b/c++/test/ttypes.cpp
index ac468c4..3f26ec7 100644
--- a/c++/test/ttypes.cpp
+++ b/c++/test/ttypes.cpp
@@ -416,7 +416,7 @@ static void test_named ()
itype.commit(file, "native-int");
// Check that it is committed.
- if (itype.committed() <= 0)
+ if (itype.committed() == false)
cerr << "IntType::committed() returned false" << endl;
// We should not be able to modify a type after it has been committed.