I'm getting a build failure due to warnings treated as errors and the following unreachable ...
13 years, 10 months ago
(2012-06-19 18:29:32 UTC)
#3
I'm getting a build failure due to warnings treated as errors and the following
unreachable code:
1>ExpressionParser.cpp
1>c:\dev\angle\src\compiler\preprocessor\new\expressionparser.cpp(1725) : error
C2220: warning treated as error - no 'object' file generated
1>c:\dev\angle\src\compiler\preprocessor\new\expressionparser.cpp(1725) :
warning C4702: unreachable code
On 2012/06/19 18:29:32, dgkoch wrote: > I'm getting a build failure due to warnings treated ...
13 years, 10 months ago
(2012-06-19 18:38:57 UTC)
#4
On 2012/06/19 18:29:32, dgkoch wrote:
> I'm getting a build failure due to warnings treated as errors and the
following
> unreachable code:
>
> 1>ExpressionParser.cpp
> 1>c:\dev\angle\src\compiler\preprocessor\new\expressionparser.cpp(1725) :
error
> C2220: warning treated as error - no 'object' file generated
> 1>c:\dev\angle\src\compiler\preprocessor\new\expressionparser.cpp(1725) :
> warning C4702: unreachable code
oops. forgot to upload the changes for debug build. It should work now with the
new patch.
BTW the x64 target is missing in the new project (but the 64-bit build also ...
13 years, 10 months ago
(2012-06-19 18:55:59 UTC)
#6
BTW the x64 target is missing in the new project (but the 64-bit build also
seems to be broken before this due to some warnings that are treated as
errors...)
On 2012/06/19 18:55:59, dgkoch wrote: > BTW the x64 target is missing in the new ...
13 years, 10 months ago
(2012-06-19 19:44:33 UTC)
#7
On 2012/06/19 18:55:59, dgkoch wrote:
> BTW the x64 target is missing in the new project (but the 64-bit build also
> seems to be broken before this due to some warnings that are treated as
> errors...)
Ah.. did not know about x64. Will fix shortly.
Issue 6297103: Fixed build for manually-maintained vcproj files.
(Closed)
Created 13 years, 10 months ago by Alok Priyadarshi
Modified 13 years, 10 months ago
Reviewers: dgkoch, kbr1
Base URL: http://angleproject.googlecode.com/svn/trunk/
Comments: 0