summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-01-07 18:44:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-01-07 18:44:27 (GMT)
commit2e6a5620382db3115074f70a2ba3b38f18b699f5 (patch)
treeed5f49810a70e6fcc6f0c68dfd74ff2b838b5baf /c++
parent008fbc9d453980011fb306b504b7e9bb4c5d9c72 (diff)
downloadhdf5-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.h1
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