commit | 688f837a552c0b7441c7e229d7957a9104f3fe13 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 02 22:56:31 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Mar 10 16:20:21 2023 +0000 |
tree | a76861d7269e53a98fe680a3691d55a8c98337b9 | |
parent | 9c237f85a35666aa541a7af8d0811747c444f33b [diff] |
cppcheck: enable inline-suppr Allow inline suppression of cppcheck errors for special cases. Some example use cases might be: - suppress accessMoved in a unit test for a move constructor (ensuring the moved from object is in the expected state). - suppress noExplicitConstructor for RAII types where implicit conversion is intentional and desired. Change-Id: I560d780fdf9266dc54662a9eeb6ed6986fc271a8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>