mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[svn-r5031]
Purpose: Minor bug fix Description: Added #ifdef for windows about a #pragma Platforms tested: IRIX64 (modi4)
This commit is contained in:
parent
0bb7111f43
commit
22c5ce3c5f
@ -66,9 +66,11 @@ class __DLLCPP__ Exception {
|
||||
|
||||
private:
|
||||
// Because 'string' is not instantiated at compilation time, this
|
||||
// warning is displayed; but the class is exported so the warning
|
||||
// is harmless
|
||||
// warning is displayed when building DLL; but the class is exported
|
||||
// so the warning is harmless
|
||||
#if defined(WIN32)
|
||||
#pragma warning(disable: 4251)
|
||||
#endif
|
||||
string detailMessage;
|
||||
string funcName;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user