X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=tools%2Fperf%2Fbuiltin-record.c;h=3191ab0638525928f16a71a6e78d2944f7f1cd81;hb=b0ad8ea66445d64a469df0c710947f4cdb8ef16b;hp=04faef79a54877c06552d535c829554dd86bb4b4;hpb=6963d3c387ec123753788838785e68928cb87c1b;p=karo-tx-linux.git 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[] = { struct option *record_options = __record_options; -int cmd_record(int argc, const char **argv, const char *prefix __maybe_unused) +int cmd_record(int argc, const char **argv) { int err; struct record *rec = &record;