summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Gibson <[email protected]>2008-07-07 10:14:15 +1000
committerGerald Van Baren <[email protected]>2008-08-24 22:20:49 -0400
commitc66830263af19831f2b7db307f79d1943febf7f9 (patch)
treeabb2037bd454ea11f56c527ad52c66bbc7291681 /include/linux
parentef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e (diff)
dtc: Enable and fix -Wcast-qual warnings
Enabling -Wcast-qual warnings in dtc shows up a number of places where we are incorrectly discarding a const qualification. There are also some places where we are intentionally discarding the 'const', and we need an ugly cast through uintptr_t to suppress the warning. However, most of these are pretty well isolated with the *_w() functions. So in the interests of maximum safety with const qualifications, this patch enables the warnings and fixes the existing complaints. Signed-off-by: David Gibson <[email protected]> Acked-by: Gerald Van Baren <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions