Skip to content
Commit ec29b8d2 authored by Paul Mundt's avatar Paul Mundt Committed by Ingo Molnar
Browse files

perf tools: Remove -Wcast-align



The present use of -Wcast-align causes the build to blow up on
SH due to generating a "cast increases required alignment of
target type" error on each invocation of list_for_each_entry().

It seems that this was previously reported and killed off in the
ia64 support patch, but nothing seems to have happened with
that. Presumably the same problem still remains there, too.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
LKML-Reference: <20091026054000.GA13517@linux-sh.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 84087126
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment