Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 03655fd

Browse files
author
John Abd-El-Malek
committed
Fix Win GN error in mesa's file.
[email protected] Review URL: https://codereview.chromium.org/707733006 Cr-Commit-Position: refs/heads/master@{#303346}
1 parent a116498 commit 03655fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/mesa/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ config("mesa_internal_config") {
113113
if (is_win) {
114114
# TODO(scottmg): http://crbug.com/143877 These should be removed if
115115
# Mesa is ever rolled and the warnings are fixed.
116-
cflags = [
116+
cflags += [
117117
"/wd4005", # Macro defined twice.
118118
"/wd4065", # Switch statement contains 'default' but no 'case' labels.
119119
"/wd4090", # 'Operation' : different 'modifier' qualifiers

0 commit comments

Comments
 (0)