We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2534839 commit 22fac63Copy full SHA for 22fac63
llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -47,6 +47,7 @@ config("cxx_config") {
47
"-Wextra-semi",
48
"-Wno-user-defined-literals",
49
"-Wno-covered-switch-default",
50
+ "-Wno-nullability-completeness",
51
]
52
cflags_cc = [
53
"-std=c++23",
0 commit comments