small compiler warnings fixed

This commit is contained in:
vaclavt
2022-04-25 20:20:19 +02:00
parent 165438cdf3
commit 245143bd9e
3 changed files with 6 additions and 3 deletions

View File

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