Closed GoogleCodeExporter closed 9 years ago
Same issue.
Original comment by Ghla...@gmail.com
on 27 Nov 2013 at 10:14
Any movement on this? Would be nice to kill this off.
Original comment by Ghla...@gmail.com
on 24 Dec 2013 at 8:02
Sure. I'll take a look after I upgrade to VS 2013.
Original comment by thestig@chromium.org
on 3 Jan 2014 at 11:45
This is because we disable exceptions and this sets _HAS_EXCEPTIONS=0
triggering this issue:
http://connect.microsoft.com/VisualStudio/feedback/details/809962/has-exceptions
-0-triggers-unreachable-code-warning-in-xtree
because of the unreachable code
the current 'solution' here is to disable warning 4702 as has already been done
in Chromium. I'll upload a CL. Then we can roll deps on gyp as well.
Original comment by wfh@chromium.org
on 25 Mar 2014 at 3:21
Build now works fine with VS2013 - set GYP_MSVS_VERSION=2013 before running gyp.
Original comment by wfh@chromium.org
on 23 Apr 2014 at 5:34
The CL fixing this was https://breakpad.appspot.com/1284002/
Original comment by wfh@chromium.org
on 23 Apr 2014 at 5:35
Original issue reported on code.google.com by
sunbaoji...@gmail.com
on 30 Jul 2013 at 1:59