OSDN Git Service

Revert "Allow -Wformat warnings before they are all fixed."
authorElliott Hughes <enh@google.com>
Wed, 20 Dec 2017 21:15:26 +0000 (21:15 +0000)
committerElliott Hughes <enh@google.com>
Wed, 20 Dec 2017 21:15:26 +0000 (21:15 +0000)
This reverts commit 9ecf36a285551efb0b092e7351554a5e48f1e995.

Change-Id: Iddb504b15abc2327da2cf9e6608b81aab5fdccff

Android.bp

index 18ea4e2..f441d6e 100644 (file)
@@ -6,8 +6,6 @@ cc_defaults {
         "-Wno-unused-parameter",
         "-Wno-unused-result",
         "-Wno-unused-variable",
-        // There are some -Wformat errors to fix, for the mac target
-        "-Wno-error=format",
     ],
     clang_cflags: [
         "-Wno-incompatible-pointer-types-discards-qualifiers",