Synopsis: | Do not use functions marked as deprecated. |
Language: | C |
Severity Level: | 6 |
Category: | Expressions |
Description: |
Justification Adding new uses of deprecated functions or macros makes it harder to get rid of these legacy functions or macros. One might also risk using a function or macro for which support will end soon. Example Use waiting_for_condition instead of the deprecated wait_for_condition. Note The new interfaces will be added in the SQ Tool configuration based on the decision of the component owner. This configuration is customizable per release. Please contact the owner of the functional element for advice when this rule yields a violation in your code. |