commit | 99da728a3d88d3b35ddcd90fa780458889f8cdba | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Fri Sep 13 17:46:41 2013 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Fri Sep 13 17:47:47 2013 +0800 |
tree | ca76cd749a0d60a2fe3d6043f90eadc6b7514b08 | |
parent | 83e093e9a2f7c428b85e013d10cf20eb204d0062 [diff] |
Fix error about multiple unsequenced modifications The evaluation order of function args aren't gaurenteed in C++ jni/NDKSupport/vecmath.h:869:32: warning: multiple unsequenced modifications to 'i' [-Wunsequenced] LOGI("%f %f %f %f", f[i++], f[i++], f[i++], f[i++]); Change-Id: Ibf69978dd3abf57a7042624aad3d416a0f6f5e01