Makefile: Temporarily disable warning / error void-ptr-dereference with latest Clang-16
Compiling error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference] We may not need this when https://reviews.llvm.org/D134702 is included in Clang-16 Change-Id: I41a8110574538a28b4676f369318ed2556d0fc2b Signed-off-by: Angga <angga@linuxmail.org> Signed-off-by: LuffyTaro008 <rizal83702@gmail.com>
Loading
Please register or sign in to comment