Browse Source

ANDROID: Revert "ANDROID: allmodconfig: disable WERROR"

This reverts commit eb57c31115051c5404d1bb1f2daec20e051b0287.

This branch looks clean of WERROR warnings.  Let's try to re-enable it.

Bug: 261962742
Fixes: eb57c31115051 ("ANDROID: allmodconfig: disable WERROR")
(cherry picked from commit d19f8758ae7732b14fd85e97c66dec2855d3be73)
Signed-off-by: Lee Jones <[email protected]>
Change-Id: I0106dcd43d7e4b4e20ac768f3faac40285bc837b
Lee Jones 2 years ago
parent
commit
e427004fad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build.config.allmodconfig

+ 0 - 1
build.config.allmodconfig

@@ -9,7 +9,6 @@ function update_config() {
          -d CPU_BIG_ENDIAN \
          -d DYNAMIC_FTRACE \
          -e UNWINDER_FRAME_POINTER \
-	 -d WERROR \
 
     (cd ${OUT_DIR} && \
      make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} "${TOOL_ARGS[@]}" ${MAKE_ARGS} olddefconfig)