summaryrefslogtreecommitdiffstats
path: root/c++/test/ttypes.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2015-03-15 06:49:20 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2015-03-15 06:49:20 (GMT)
commit3b90bca5610a4d31f3a3b10c08b77d11ed36c457 (patch)
tree850d19724f17349ab3cba83c2321124f7ccb28b9 /c++/test/ttypes.cpp
parenta382658282915afb7c288ef80b4d583a8ecc94fb (diff)
downloadhdf5-3b90bca5610a4d31f3a3b10c08b77d11ed36c457.zip
hdf5-3b90bca5610a4d31f3a3b10c08b77d11ed36c457.tar.gz
hdf5-3b90bca5610a4d31f3a3b10c08b77d11ed36c457.tar.bz2
[svn-r26458] Purpose: Fix warnings HDFFV-8658
Description: Fixed many type conversion warnings and unused variables. 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 e9e1427..004723f 100644
--- a/c++/test/ttypes.cpp
+++ b/c++/test/ttypes.cpp
@@ -109,7 +109,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();