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:
33366d0
)
OMAPDSS: fix compilation warnings
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 28 Sep 2012 10:58:14 +0000
(13:58 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 17 Oct 2012 08:57:08 +0000
(11:57 +0300)
When compiling on x86 we get following warnings:
warning: field width specifier ‘*’ expects argument of type ‘int’, but
argument 5 has type ‘size_t’ [-Wformat]
Fix these by casting the size_t to int.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found