git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feee957
)
[ACPI] handle const char * __FUNCTION__ in debug code
author
Len Brown
<len.brown@intel.com>
Fri, 29 Jul 2005 04:03:55 +0000
(
00:03
-0400)
committer
Len Brown
<len.brown@intel.com>
Fri, 29 Jul 2005 04:08:42 +0000
(
00:08
-0400)
build warning: discards qualifiers from pointer target type
when mixing "const char *" and "char *"
We should probably update the routines to expect const,
but easier for now to shut up the warning with 1 cast.
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found