Lines Matching refs:Suppress
147 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
148 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
149 …-wd4224 # Suppress 'nonstandard extension used : formal parameter 'identifier' was previously defi…
150 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
151 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
152 -wd4275 # Suppress 'An exported class was derived from a class that was not exported.'
153 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
154 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
155 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
156 -wd4355 # Suppress ''this' : used in base member initializer list'
157 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
158 -wd4551 # Suppress 'function call missing argument list'
159 …-wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destr…
160 -wd4715 # Suppress ''function' : not all control paths return a value'
161 -wd4800 # Suppress ''type' : forcing value to bool 'true' or 'false' (performance warning)'
162 -wd4065 # Suppress 'switch statement contains 'default' but no 'case' labels'
163 -wd4181 # Suppress 'qualifier applied to reference type; ignored'