Loading cc/config/global.go +7 −2 Original line number Diff line number Diff line Loading @@ -107,6 +107,9 @@ var ( // This macro allows the bionic versioning.h to indirectly determine whether the // option -Wunguarded-availability is on or not. "-D__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__", // Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949) "-ffp-contract=off", } commonGlobalConlyflags = []string{} Loading Loading @@ -238,6 +241,8 @@ var ( // http://b/197240255 "-Wno-unused-but-set-variable", "-Wno-unused-but-set-parameter", // http://b/215753485 "-Wno-bitwise-instead-of-logical", } // Extra cflags for external third-party projects to disable warnings that Loading Loading @@ -282,8 +287,8 @@ var ( // prebuilts/clang default settings. ClangDefaultBase = "prebuilts/clang/host" ClangDefaultVersion = "clang-r437112b" ClangDefaultShortVersion = "14.0.1" ClangDefaultVersion = "clang-r445002" ClangDefaultShortVersion = "14.0.2" // Directories with warnings from Android.bp files. WarningAllowedProjects = []string{ Loading Loading
cc/config/global.go +7 −2 Original line number Diff line number Diff line Loading @@ -107,6 +107,9 @@ var ( // This macro allows the bionic versioning.h to indirectly determine whether the // option -Wunguarded-availability is on or not. "-D__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__", // Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949) "-ffp-contract=off", } commonGlobalConlyflags = []string{} Loading Loading @@ -238,6 +241,8 @@ var ( // http://b/197240255 "-Wno-unused-but-set-variable", "-Wno-unused-but-set-parameter", // http://b/215753485 "-Wno-bitwise-instead-of-logical", } // Extra cflags for external third-party projects to disable warnings that Loading Loading @@ -282,8 +287,8 @@ var ( // prebuilts/clang default settings. ClangDefaultBase = "prebuilts/clang/host" ClangDefaultVersion = "clang-r437112b" ClangDefaultShortVersion = "14.0.1" ClangDefaultVersion = "clang-r445002" ClangDefaultShortVersion = "14.0.2" // Directories with warnings from Android.bp files. WarningAllowedProjects = []string{ Loading