mirror of
https://github.com/linux-msm/rmtfs.git
synced 2025-12-24 14:06:25 +01:00
0d00985e5eda7b5fb5c2d49e1c41cdb5118ffe2c
Building rmtfs on AOSP, 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. Signed-off-by: John Stultz <john.stultz@linaro.org> [AmitP: Fixed cherry-pick conflicts and updated commit log] Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Description
Languages
C
98.4%
Makefile
1.6%