mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
Ignore warning C4910 on Windows
warning C4910: '__declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation
This commit is contained in:
parent
a0921a5e7f
commit
9495d1feae
@ -28,6 +28,9 @@
|
||||
// bool-int conversion
|
||||
#pragma warning(disable:4800)
|
||||
|
||||
// '__declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation
|
||||
#pragma warning(disable:4910)
|
||||
|
||||
#endif // WIN32
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user