commit | 156b5f172a64103bcb13b6d26288388b9019caa3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Mar 06 10:50:53 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Mar 10 00:34:03 2009 -0400 |
tree | e29141720bd9d0e4c722dd3c7dc8c62d5113db43 | |
parent | 7bffc23e56e92c14b787bf4d95249a32085bfed5 [diff] |
tracing: typecast sizeof and offsetof to unsigned int Impact: fix compiler warnings On x86_64 sizeof and offsetof are treated as long, where as on x86_32 they are int. This patch typecasts them to unsigned int to avoid one arch giving warnings while the other does not. Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Steven Rostedt <srostedt@redhat.com>