Merge "Disable gnu-folding-constant warning."

This commit is contained in:
Chih-hung Hsieh
2021-02-04 23:59:27 +00:00
committed by Gerrit Code Review

View File

@@ -142,6 +142,9 @@ func init() {
// Nested and array designated initialization is nice to have.
"-Wno-c99-designator",
// Warnings from clang-12
"-Wno-gnu-folding-constant",
// Calls to the APIs that are newer than the min sdk version of the caller should be
// guarded with __builtin_available.
"-Wunguarded-availability",