You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes:
```
include/acl_thread.h:121:7:
Type: Rule of three (RULE_OF_ZERO_THREE_FIVE)
include/acl_thread.h:121:7:
rule_of_three_violation: Class "acl_suspend_lock_guard" has a user definition for at least one special function (copy constructor, copy assignment, destructor) but not all. If one of these functions requires a user definition then the others likely do as well.
include/acl_thread.h:121:7:
remediation: Add user-definition for a copy constructor.
include/acl_thread.h:121:7:
remediation: Add user-definition for a copy assignment operator.
include/acl_thread.h:126:3:
destructor: User-defined destructor.
include/acl_types.h:362:7:
Type: Rule of three (RULE_OF_ZERO_THREE_FIVE)
include/acl_types.h:362:7:
rule_of_three_violation: Class "acl_device_program_info_t" has a user definition for at least one special function (copy constructor, copy assignment, destructor) but not all. If one of these functions requires a user definition then the others likely do as well.
include/acl_types.h:362:7:
remediation: Add user-definition for a copy constructor.
include/acl_types.h:362:7:
remediation: Add user-definition for a copy assignment operator.
src/acl_device_program_info.cpp:29:28:
destructor: User-defined destructor.
```
0 commit comments