Lines Matching refs:Suppress
260 …-wd4141 # Suppress ''modifier' : used more than once' (because of __forceinline combined with inli…
261 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
262 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
263 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
264 …-wd4258 # Suppress ''var' : definition from the for loop is ignored; the definition from the enclo…
265 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
266 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
267 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
268 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
269 -wd4355 # Suppress ''this' : used in base member initializer list'
270 -wd4456 # Suppress 'declaration of 'var' hides local variable'
271 -wd4457 # Suppress 'declaration of 'var' hides function parameter'
272 -wd4458 # Suppress 'declaration of 'var' hides class member'
273 -wd4459 # Suppress 'declaration of 'var' hides global declaration'
274 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
275 …-wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destr…
276 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak
277 -wd4800 # Suppress ''type' : forcing value to bool 'true' or 'false' (performance warning)'
278 -wd4100 # Suppress 'unreferenced formal parameter'
279 -wd4127 # Suppress 'conditional expression is constant'
280 -wd4512 # Suppress 'assignment operator could not be generated'
281 -wd4505 # Suppress 'unreferenced local function has been removed'
282 -wd4610 # Suppress '<class> can never be instantiated'
283 -wd4510 # Suppress 'default constructor could not be generated'
284 -wd4702 # Suppress 'unreachable code'
285 -wd4245 # Suppress 'signed/unsigned mismatch'
286 -wd4706 # Suppress 'assignment within conditional expression'
287 -wd4310 # Suppress 'cast truncates constant value'
288 -wd4701 # Suppress 'potentially uninitialized local variable'
289 -wd4703 # Suppress 'potentially uninitialized local pointer variable'
290 -wd4389 # Suppress 'signed/unsigned mismatch'
291 -wd4611 # Suppress 'interaction between '_setjmp' and C++ object destruction is non-portable'
292 -wd4805 # Suppress 'unsafe mix of type <type> and type <type> in operation'
293 -wd4204 # Suppress 'nonstandard extension used : non-constant aggregate initializer'
294 …-wd4577 # Suppress 'noexcept used with no exception handling mode specified; termination on except…
295 -wd4091 # Suppress 'typedef: ignored on left of '' when no variable is declared'
298 -wd4592 # Suppress ''var': symbol will be dynamically initialized (implementation limitation)
299 -wd4319 # Suppress ''operator' : zero extending 'type' to 'type' of greater size'
307 -wd4324 # Suppress 'structure was padded due to __declspec(align())'