Update FemConstraintRigidBody.h #223
Annotations
5 warnings
Clang-tidy:
src/Mod/Fem/App/FemConstraintRigidBody.h#L34
variable 'classTypeId' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'PROPERTY_HEADER_WITH_OVERRIDE'
|
Clang-tidy
note: expanded from macro 'TYPESYSTEM_HEADER_WITH_OVERRIDE'
|
Clang-tidy:
src/Mod/Fem/App/FemConstraintRigidBody.h#L34
variable 'propertyData' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'PROPERTY_HEADER_WITH_OVERRIDE'
|
Loading