commit | 311d5ce88aad6033200663f27e0320e7097ebf6e | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 28 13:58:14 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 17 11:57:08 2012 +0300 |
tree | a1cad3478746c82dd0d021660cc6af7b14b67da3 | |
parent | 33366d0e8be06b980784c732ebace26de08e6679 [diff] |
OMAPDSS: fix compilation warnings 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>