You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SET(_warnings"${_warnings} /wd4190 ") # 'identifier' has C-linkage specified, but returns UDT 'identifier2' which is incompatible with C
486
487
SET(_warnings"${_warnings} /wd4231 ") # nonstandard extension used : 'identifier' before template explicit instantiation (used in Qt template classes)
487
488
SET(_warnings"${_warnings} /wd4244 ") # conversion from '...' to '...' possible loss of data
488
489
SET(_warnings"${_warnings} /wd4251 ") # needs to have dll-interface to be used by clients of class (occurs in Qt template classes)
489
490
SET(_warnings"${_warnings} /wd4275 ") # non dll-interface class '...' used as base for dll-interface class '...'
491
+
SET(_warnings"${_warnings} /wd4290 ") # c++ exception specification ignored except to indicate a function is not __declspec(nothrow) (occurs in sip generated bindings)
490
492
SET(_warnings"${_warnings} /wd4456 ") # declaration of '...' hides previous local declaration
491
493
SET(_warnings"${_warnings} /wd4457 ") # declaration of '...' hides a function parameter
492
494
SET(_warnings"${_warnings} /wd4458 ") # declaration of '...' hides class member
0 commit comments