| commit | 3c8889e827d95b195fe5ba077a01cb5b6042e534 | [log] [tgz] |
|---|---|---|
| author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Thu Mar 29 11:38:59 2012 +0200 |
| committer | Jean-Baptiste Queru <jbq@google.com> | Thu May 24 06:48:23 2012 -0700 |
| tree | 21f0fb2ccaa4a7643733d3f80e1443d62f44a447 | |
| parent | cba7b32d8f2c47632313f54118ed3733b4b02cc8 [diff] |
libmedia: Fix build with gcc 4.7
gcc 4.7 doesn't like the redefinition of n in the same
scope:
for(size_t n=...;;) {
size_t n = 2; // <-- duplicate definition
}
Change-Id: Idfc2e768a0eb85a3dacccd3431b4ad44775432a4
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>