Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338983
b: refs/heads/master
c: ca383a4
h: refs/heads/master
i:
  338981: 5113983
  338979: 08b6293
  338975: e29cb78
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Nov 9, 2012
1 parent 9d78e5d commit 13d86be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 411279658adf6a4f5bb25ec032a39ae905bcf234
refs/heads/master: ca383a4df77a07e607123d7763facdc00ce32796
7 changes: 4 additions & 3 deletions trunk/tools/lib/traceevent/event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -3931,7 +3931,8 @@ static int is_printable_array(char *p, unsigned int len)
return 1;
}

static void print_event_fields(struct trace_seq *s, void *data, int size,
static void print_event_fields(struct trace_seq *s, void *data,
int size __maybe_unused,
struct event_format *event)
{
struct format_field *field;
Expand Down Expand Up @@ -5070,8 +5071,8 @@ static const char * const pevent_error_str[] = {
};
#undef _PE

int pevent_strerror(struct pevent *pevent, enum pevent_errno errnum,
char *buf, size_t buflen)
int pevent_strerror(struct pevent *pevent __maybe_unused,
enum pevent_errno errnum, char *buf, size_t buflen)
{
int idx;
const char *msg;
Expand Down

0 comments on commit 13d86be

Please sign in to comment.