Merge "Remove -Wno-format-pedantic cflag" am: aefd0af575

am: 65fcfa1fc1

Change-Id: I10d1d81d98b0aeb85064c353bae77bbe35589b05
This commit is contained in:
Yi Kong
2019-09-23 11:12:11 -07:00
committed by android-build-merger

View File

@@ -115,10 +115,6 @@ func init() {
// TODO: can we remove this now? // TODO: can we remove this now?
"-Wno-reserved-id-macro", "-Wno-reserved-id-macro",
// Disable overly aggressive warning for format strings.
// Bug: 20148343
"-Wno-format-pedantic",
// Workaround for ccache with clang. // Workaround for ccache with clang.
// See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html. // See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html.
"-Wno-unused-command-line-argument", "-Wno-unused-command-line-argument",