Skip to content

Commit

Permalink
Minor warning fix
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Wang <[email protected]>
  • Loading branch information
wangvsa committed Jul 15, 2024
1 parent 0e0cddc commit dd0c5e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/recorder2timeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ static const char* type_name(int type) {
return "HDF5";
case RECORDER_FTRACE:
return "USER";
default:
return "UNKNOWN";
}
}

Expand Down

0 comments on commit dd0c5e0

Please sign in to comment.