remote-android / redroid-modules

redroid kernel modules (binderfs, ashmem etc.)
GNU General Public License v2.0
84 stars 58 forks source link

Fix compilation error caused by incompatible-pointer-types warning #6

Closed skvalex closed 2 years ago

zhouziyang commented 2 years ago

previously, -W compiler flags is added, but I think this is a bad practice, and should fix those warnings (especially in dep.c). thanks anyway.