clear warning

This commit is contained in:
vaclavt 2022-06-02 14:13:38 +02:00
parent 8e6dff278d
commit 25efdaac37
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ utils/local_install.sh
### TODO
- order of arguments in functions like member and filter - filter swap lambda and list
- add possibility to specify filename for input2 history file
- better output of !e in repl (resp !e !ee)
- unify -f and -run options
- add debug support, at least call stack

View File

@ -79,7 +79,7 @@ void MlPerfMon::restore_callstack_position(size_t to_position) {
}
void MlPerfMon::clear_callstack() {
call_stack.empty();
auto r = call_stack.empty();
}
void MlPerfMon::print_results() const {