diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 12:23:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 12:23:04 (GMT) |
commit | 1809f040c928269cde2784e76dbcf4a72e02e930 (patch) | |
tree | 0aeeb10d37c008ec61a52b6841d2b39afe2eb176 /c++ | |
parent | cd2534d9bad3151c5fda97c3a0f910e78f43a2df (diff) | |
download | hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.zip hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.tar.gz hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.tar.bz2 |
[svn-r18419] Description:
Clean up srcdir querying code more, extracting it into single header file,
to avoid compiler warnings.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug & prod
Linux/32 2.6 (jam)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/H5srcdir_str.h.in (renamed from c++/test/H5srcdir.h.in) | 0 | ||||
-rw-r--r-- | c++/test/th5s.cpp | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/c++/test/H5srcdir.h.in b/c++/test/H5srcdir_str.h.in index d472124..d472124 100644 --- a/c++/test/H5srcdir.h.in +++ b/c++/test/H5srcdir_str.h.in diff --git a/c++/test/th5s.cpp b/c++/test/th5s.cpp index f82bb08..e63c9af 100644 --- a/c++/test/th5s.cpp +++ b/c++/test/th5s.cpp @@ -43,6 +43,7 @@ #endif #include "h5cpputil.h" // C++ utilility header file +#include "H5srcdir.h" // srcdir querying header file const H5std_string TESTFILE("th5s.h5"); const H5std_string DATAFILE("th5s1.h5"); |