Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dd0914a authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Turn on -Wextra."

parents 7f623dec 23fee8fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ endif
adb_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android

ADB_COMMON_CFLAGS := \
    -Wall -Werror \
    -Wall -Wextra -Werror \
    -Wno-unused-parameter \
    -DADB_REVISION='"$(adb_version)"' \