Lines Matching refs:alarm
12 | Wunused-but-set-variable | An alarm is generated when the code contains unused variables (includi…
13 | Wdeprecated-non-prototype | An alarm is generated when a function without a prototype exists in t…
14 | Wunqualified-std-cast-call | An alarm is generated when **std::move** is incorrectly used in code…
15 | Wdeprecated-builtins | An alarm is generated when a deprecated built-in function is used in the c…
16 | Warray-parameter | An alarm is generated when a function parameter contains an array that uses in…
17 | Wbitwise-instead-of-logical | An alarm is generated when bitwise OR is used in Boolean operations…
18 | Wint-conversion | An alarm is generated when an int variable is converted to a pointer in the cod…
19 | Wdeprecated-declarations | An alarm is generated when a deprecated definition (including function…
20 | Wnull-pointer-subtraction | An alarm is generated when a null pointer is used in the subtraction …
21 | Wunused-but-set-parameter | An alarm is generated when a function contains unused parameters.| De…
22 | Warray-bounds | An alarm is generated when out-of-bounds access to an array occurs in the code.| …
23 | Wdeprecated-pragma | An alarm is generated when a deprecated macro is used in the code.| Delete t…
24 | Wreserved-identifier | An alarm is generated when a variable starting with __ is used in the code…
56 The oldSpaceMaxLimit variable is not used, and the compiler reports an alarm.