diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5Exception.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h index d422edb..c17ff5b 100644 --- a/c++/src/H5Exception.h +++ b/c++/src/H5Exception.h @@ -79,12 +79,6 @@ class H5_DLLCPP Exception { virtual ~Exception(); private: -// Because 'string' is not instantiated at compilation time, this -// warning is displayed when building DLL; but the class is exported -// so the warning is harmless -#if defined(_WIN32) -#pragma warning(disable: 4251) -#endif H5std_string detail_message; H5std_string func_name; |