"-Werrors" not removed by prepare() in APKBUILD
Created by: ashirviskas
I'm trying to build a kernel with gcc6 for Nextbit Robin and I'm getting tons of Werrors, mostly with messages about bad indentation.
Here's an example below:
drivers/staging/qcacld-2.0/CORE/HDD/src/wlan_hdd_cfg.c:4768:4: error: this 'for' clause does not guard... [-Werror=misleading-indentation] for (ptr = str; i_isspace(*ptr); ptr++); ^~~
I'm new to compiling kernels, so maybe I'm doing something wrong?