DescriptionMojo Windows: test_structs.mojom C++ bindings don't compile
See https://codereview.chromium.org/832583002/#msg8
The V10 constant from mojo/public/interfaces/bindings/tests/test_structs.mojom below is the minimum value for an int32.
struct IntegerNumberValues {
...
const int32 V10 = -2147483648;
...
}
MSVC can't parse -2147483648, see http://msdn.microsoft.com/en-us/library/4kh09110.aspx
The V10 constant below is the mininum value for an int32.
BUG=445618
R=jimbe@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/cc531b32182099a5a034a99daff35ed5d38a61c8
Patch Set 1 #Patch Set 2 : Added a comment about tests ignoring V10 #
Messages
Total messages: 7 (2 generated)
|