lion0406 / angleproject

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

Make preprecessor win64 target compile without warnings. #391

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It generates C4267. The temporary fix is to disable that warning for the target 
in build_angle.gypi. See:

https://codereview.appspot.com/7011048/

Original issue reported on code.google.com by apatr...@chromium.org on 2 Jan 2013 at 8:34

GoogleCodeExporter commented 9 years ago
Should be fixed by b0757168ef94c36de62eac95b3c8495400183eef "Restore 64-bit 
support of the preprocessor tokenizer" and related 64-bit efforts.

Original comment by c...@chromium.org on 21 May 2014 at 6:46