| Index: third_party/qcms/BUILD.gn
|
| diff --git a/third_party/qcms/BUILD.gn b/third_party/qcms/BUILD.gn
|
| index 22909d8adaa06c68623bf358086d1d4e959bce2c..472c1a6736e23d4bdfc71adb076de2cea5ea4a9b 100644
|
| --- a/third_party/qcms/BUILD.gn
|
| +++ b/third_party/qcms/BUILD.gn
|
| @@ -32,6 +32,7 @@ source_set("qcms") {
|
|
|
| if (is_win) {
|
| cflags = [
|
| + "/wd4018", # Signed/unsigned mismatch in comparison.
|
| "/wd4056", # Overflow in floating-point constant arithmetic (INFINITY).
|
| "/wd4756", # Overflow in constant arithmetic (INFINITY).
|
| ]
|
|
|