summaryrefslogtreecommitdiffstats
path: root/c++/test/ttypes.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2015-04-04 07:47:49 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2015-04-04 07:47:49 (GMT)
commit2c3ab210575979b29c6f7cfb83c3252f3dcd415a (patch)
tree6be2d48898f963a3c61ce240bbbaa510410b4f03 /c++/test/ttypes.cpp
parent943993af8357c963d4da4141e7e68f5eaa59e21a (diff)
downloadhdf5-2c3ab210575979b29c6f7cfb83c3252f3dcd415a.zip
hdf5-2c3ab210575979b29c6f7cfb83c3252f3dcd415a.tar.gz
hdf5-2c3ab210575979b29c6f7cfb83c3252f3dcd415a.tar.bz2
[svn-r26727] Purpose: Fix warnings HDFFV-8658 cont.
Description: Fixed many type conversion warnings and unused variables. Merged from trunk r26458, but also combined the fix in r26695 (dsets.cpp) to avoid test failure, that was undetected before committing to trunk until r26695. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam) SunOS 5.11 (emu)
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 5e683c7..39f14a4 100644
--- a/c++/test/ttypes.cpp
+++ b/c++/test/ttypes.cpp
@@ -107,7 +107,7 @@ static void test_classes()
{
SUBTEST("PredType::getClass()");
try {
- int curr_nerrors = GetTestNumErrs();
+ // maybe later, int curr_nerrors = GetTestNumErrs();
// PredType::NATIVE_INT should be in H5T_INTEGER class
H5T_class_t tcls = PredType::NATIVE_INT.getClass();