blob: fab415ce487f8188e20881c9a42d99a7688b4dd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/kernel/conftest.sh
+++ b/kernel/conftest.sh
@@ -89,7 +89,7 @@
BASE_CFLAGS="-O2 -D__KERNEL__ \
-DKBUILD_BASENAME=\"#conftest$$\" -DKBUILD_MODNAME=\"#conftest$$\" \
-nostdinc -isystem $ISYSTEM \
--Wno-implicit-function-declaration -Wno-strict-prototypes"
+-Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-incompatible-pointer-types"
if [ "$OUTPUT" != "$SOURCES" ]; then
OUTPUT_CFLAGS="-I$OUTPUT/include2 -I$OUTPUT/include"
|