Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3315)

Issue 539003: Fix Windows unittest build on VC2012 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by Ted Mielczarek
Modified:
11 years ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

Visual C++ 2012 chokes on Google Test's variadic macros unless you specify
-D__VARIADIC_MAX=10. (Per
http://stackoverflow.com/questions/12558327/google-test-in-visual-studio-2012 )
This is silly, but everything builds fine on Visual C++ 2012 with this patch
applied

Patch Set 1 #

Patch Set 2 : Actual patch #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/windows/unittests/testing.gyp View 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 3
Ted Mielczarek
11 years, 1 month ago #1
Ted Mielczarek
11 years, 1 month ago #2
Mark Mentovai
11 years, 1 month ago #3
This is certainly weird and worth a comment in the .gyp file. LGTM otherwise.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted