New issue
Advanced search Search tips

Issue 682516 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 687822



Sign in to add a comment

gen/device/serial/serial.mojom-shared.h should not use "NO" as an enum member

Project Member Reported by patricia...@chromium.org, Jan 19 2017

Issue description

gen/device/serial/serial.mojom-shared.h has a "ParityBit" enum class with an enum member named "NO" (https://cs.chromium.org/chromium/src/out/Debug/gen/device/serial/serial.mojom-shared.h?rcl=0&l=188).

This clashes with Objective C's "NO" keyword which is the equivalent of "false" in C++. Can this be changed?
 

Comment 2 by sa...@chromium.org, Jan 19 2017

Status: Fixed (was: Untriaged)
Thanks Sam!
Blocking: 687822

Sign in to add a comment