diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-09-27 12:56:41 +0400 |
|---|---|---|
| committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-09-27 14:26:47 +0400 |
| commit | 82d882e1e2870871371463025b9d0483da05707b (patch) | |
| tree | fa0b0080286f3767c72fe5a6b5836bd644372db5 /apps/plugins/lua/lua.make | |
| parent | 1e5e022a39b7cff9aecdc3015938c9195b2338bf (diff) | |
| download | rockbox-82d882e1e2870871371463025b9d0483da05707b.zip rockbox-82d882e1e2870871371463025b9d0483da05707b.tar.gz rockbox-82d882e1e2870871371463025b9d0483da05707b.tar.bz2 rockbox-82d882e1e2870871371463025b9d0483da05707b.tar.xz | |
Fix type cast for LCD_BUFF.
We should cast to (volatile uint32_t*) here, because attempt to refer to volatile
object through use of an lvalue with non-volatile-qualified type will result in
undefined behavior.
Change-Id: I1b2e9688af11d3dcba518a5e31865d703b54b635
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions