commit | 0b3c9bba428563ffcc725c240b462fd50f97d45d | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Tue Mar 03 06:35:48 2020 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Tue Mar 17 04:10:56 2020 +0000 |
tree | a63630427885e90853917e0b867978907a387ce7 | |
parent | 26656699221106398142c006c531eead7f616bbb [diff] |
db845c: qcom: Fix pointer arithmetic warnings. Building the qcom tools, we see a lot of the following: warning: arithmetic on a pointer to void is a GNU extension Fix this by casting the void* ptrs to char* when doing pointer arithmatic. Change-Id: Id2b0098388406bfc434ee01344a39e3413cb281c Signed-off-by: John Stultz <john.stultz@linaro.org>