Lines Matching refs:Suppress
274 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
275 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
276 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
277 …-wd4258 # Suppress ''var' : definition from the for loop is ignored; the definition from the enclo…
278 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
279 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
280 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
281 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
282 -wd4355 # Suppress ''this' : used in base member initializer list'
283 -wd4456 # Suppress 'declaration of 'var' hides local variable'
284 -wd4457 # Suppress 'declaration of 'var' hides function parameter'
285 -wd4458 # Suppress 'declaration of 'var' hides class member'
286 -wd4459 # Suppress 'declaration of 'var' hides global declaration'
287 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
288 …-wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destr…
289 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak
290 -wd4800 # Suppress ''type' : forcing value to bool 'true' or 'false' (performance warning)'
291 -wd4100 # Suppress 'unreferenced formal parameter'
292 -wd4127 # Suppress 'conditional expression is constant'
293 -wd4512 # Suppress 'assignment operator could not be generated'
294 -wd4505 # Suppress 'unreferenced local function has been removed'
295 -wd4610 # Suppress '<class> can never be instantiated'
296 -wd4510 # Suppress 'default constructor could not be generated'
297 -wd4702 # Suppress 'unreachable code'
298 -wd4245 # Suppress 'signed/unsigned mismatch'
299 -wd4706 # Suppress 'assignment within conditional expression'
300 -wd4310 # Suppress 'cast truncates constant value'
301 -wd4701 # Suppress 'potentially uninitialized local variable'
302 -wd4703 # Suppress 'potentially uninitialized local pointer variable'
303 -wd4389 # Suppress 'signed/unsigned mismatch'
304 -wd4611 # Suppress 'interaction between '_setjmp' and C++ object destruction is non-portable'
305 -wd4805 # Suppress 'unsafe mix of type <type> and type <type> in operation'
306 -wd4204 # Suppress 'nonstandard extension used : non-constant aggregate initializer'