diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-01-07 18:44:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-01-07 18:44:27 (GMT) |
commit | 2e6a5620382db3115074f70a2ba3b38f18b699f5 (patch) | |
tree | ed5f49810a70e6fcc6f0c68dfd74ff2b838b5baf /c++ | |
parent | 008fbc9d453980011fb306b504b7e9bb4c5d9c72 (diff) | |
download | hdf5-2e6a5620382db3115074f70a2ba3b38f18b699f5.zip hdf5-2e6a5620382db3115074f70a2ba3b38f18b699f5.tar.gz hdf5-2e6a5620382db3115074f70a2ba3b38f18b699f5.tar.bz2 |
[svn-r19928] 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 |