Merge "Add Wno-ambiguous-reversed-operator to get around the operator== lookup issue in clang" into main
This commit is contained in:
@@ -369,6 +369,8 @@ var (
|
|||||||
"-Wno-fortify-source",
|
"-Wno-fortify-source",
|
||||||
"-Wno-tautological-negation-compare",
|
"-Wno-tautological-negation-compare",
|
||||||
"-Wno-tautological-undefined-compare",
|
"-Wno-tautological-undefined-compare",
|
||||||
|
// http://324323434
|
||||||
|
"-Wno-ambiguous-reversed-operator",
|
||||||
}
|
}
|
||||||
|
|
||||||
llvmNextExtraCommonGlobalCflags = []string{
|
llvmNextExtraCommonGlobalCflags = []string{
|
||||||
|
Reference in New Issue
Block a user