diff options
Diffstat (limited to 'tools/perf/builtin-record.c')
| -rw-r--r-- | tools/perf/builtin-record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index 04faef79a548..3191ab063852 100644 --- a/tools/perf/builtin-record.c +++ b/tools/perf/builtin-record.c | |||
| @@ -1667,7 +1667,7 @@ static struct option __record_options[] = { | |||
| 1667 | 1667 | ||
| 1668 | struct option *record_options = __record_options; | 1668 | struct option *record_options = __record_options; |
| 1669 | 1669 | ||
| 1670 | int cmd_record(int argc, const char **argv, const char *prefix __maybe_unused) | 1670 | int cmd_record(int argc, const char **argv) |
| 1671 | { | 1671 | { |
| 1672 | int err; | 1672 | int err; |
| 1673 | struct record *rec = &record; | 1673 | struct record *rec = &record; |
