4991d3be | 21-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
test: exception: suppress scan-build errors
We have a testcase that purposefully accesses a moved-from object and 'scan-build' complains about it. Suppress the warning.
Also remove a check on the
test: exception: suppress scan-build errors
We have a testcase that purposefully accesses a moved-from object and 'scan-build' complains about it. Suppress the warning.
Also remove a check on the moved-from string, because the std library is not required to reset a moved-from string.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0307c82d38733e9b0b7ff30fc8167310ba49a429
show more ...
|
31a4b137 | 14-Aug-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I99921
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I99921bb9541fb37cb8999337a72d540494fbb4d7 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|