revise termio handling in prompt() #1195
Annotations
1 error and 6 warnings
Analysis
- *<https://github.com/project-tsurugi/tateyama-bootstrap/runs/20604432439?check_suite_focus=true|[Clang-Tidy] 6 warnings>*
|
cppcoreguidelines-init-variables:
src/tateyama/datastore/backup.cpp#L49
variable 'oldf' is not initialized
|
hicpp-signed-bitwise:
src/tateyama/datastore/backup.cpp#L57
use of a signed integer operand with a unary bitwise operator
|
hicpp-signed-bitwise:
src/tateyama/datastore/backup.cpp#L58
use of a signed integer operand with a unary bitwise operator
|
cppcoreguidelines-pro-type-vararg,hicpp-vararg:
src/tateyama/datastore/backup.cpp#L69
do not call c-style vararg functions
|
hicpp-signed-bitwise:
src/tateyama/datastore/backup.cpp#L69
use of a signed integer operand with a binary bitwise operator
|
cppcoreguidelines-pro-type-vararg,hicpp-vararg:
src/tateyama/datastore/backup.cpp#L92
do not call c-style vararg functions
|