We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f552736 commit 438402dCopy full SHA for 438402d
apps/BUILD
@@ -20,6 +20,7 @@ windows_copts = [
20
"/Iexternal/gemmlowp",
21
"/wd4018",
22
"/wd4577",
23
+ "/wd4267", # Silence "narrowing conversion" errors.
24
"/DNOGDI",
25
"/UTF_COMPILE_LIBRARY",
26
]
tests/BUILD
@@ -26,6 +26,7 @@ windows_copts = [
27
28
29
30
31
32
0 commit comments