Skip to content

Commit cc6ecd0

Browse files
Match changes to Dart's configuration of MSVC. (flutter#135)
1 parent a69ebc4 commit cc6ecd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/config/compiler/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ if (is_win) {
599599
default_warning_flags += [
600600
# Permanent.
601601
"/wd4091", # typedef warning from dbghelp.h
602+
"/wd4722", # destructor never returns
602603

603604
# Investigate.
604605
"/wd4312", # int to pointer of greater size conversion.

0 commit comments

Comments
 (0)