diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-01-07 18:43:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-01-07 18:43:35 (GMT) |
commit | a8a20fe919f08627f2695e9ed61c10a28478d8ae (patch) | |
tree | 66b6eddd10f7f749e240e9636374021b22a1d66c /c++ | |
parent | edc21ffa56bc114b0a6274ae24d95ebbf14ab225 (diff) | |
download | hdf5-a8a20fe919f08627f2695e9ed61c10a28478d8ae.zip hdf5-a8a20fe919f08627f2695e9ed61c10a28478d8ae.tar.gz hdf5-a8a20fe919f08627f2695e9ed61c10a28478d8ae.tar.bz2 |
[svn-r19927] Remove pragma statement.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5Exception.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h index 9bc3ab2..b4af2ba 100644 --- a/c++/src/H5Exception.h +++ b/c++/src/H5Exception.h @@ -17,7 +17,6 @@ #ifndef _H5Exception_H #define _H5Exception_H -#pragma warning (disable : 4251) #include <string> #ifndef H5_NO_NAMESPACE |