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 277772d commit 3b547bfCopy full SHA for 3b547bf
share/mk/bsd.sys.mk
@@ -93,6 +93,10 @@ CWARNFLAGS.clang+= -Wno-error=unused-but-set-parameter
93
# Similar to gcc >= 8.1 -Wno-error=cast-function-type below
94
CWARNFLAGS.clang+= -Wno-error=cast-function-type-mismatch
95
.endif
96
+.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 210000
97
+# Until gtest is updated: https://github.com/google/googletest/issues/4762
98
+CXXWARNFLAGS.clang+= -Wno-error=character-conversion
99
+.endif
100
.endif # WARNS <= 6
101
.if ${WARNS} <= 3
102
CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\
0 commit comments