jjyoon1 / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Enumerations with "New" entries fail on compilation #496

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the attached gyp file that contains the msvs_settings 
"InlineFunctionExpansion" and set it's value to 3 (Disabled)
2. Compile the gyp file and it will fail saying the enum value 3 is out of range

What is the expected output? What do you see instead?
The expected outcome was the generated VS project file contained the "Disabled" 
flag but instead it fails to compile the gyp file

What version of the product are you using? On what operating system?
Latest trunk of gyp on windows 7 64bit.

Original issue reported on code.google.com by jwda...@gmail.com on 28 Aug 2015 at 4:42

Attachments:

GoogleCodeExporter commented 8 years ago
I'm attaching the fix I made locally to correct the issue.

Original comment by jwda...@gmail.com on 28 Aug 2015 at 4:48

Attachments: