Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
42e3b666
Commit
42e3b666
authored
Jul 03, 2012
by
liujisi@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set _VARDADIC_MAX=10 preprocessor definition to make test pass in vc11.
parent
26261eb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests.vcproj
vsprojects/tests.vcproj
+2
-2
No files found.
vsprojects/tests.vcproj
View file @
42e3b666
...
...
@@ -46,7 +46,7 @@
AdditionalOptions=
"/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
Optimization=
"0"
AdditionalIncludeDirectories=
"../src;.;../gtest/include"
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;"
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;
_VARIADIC_MAX=10;
"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
...
...
@@ -122,7 +122,7 @@
Name=
"VCCLCompilerTool"
AdditionalOptions=
"/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
AdditionalIncludeDirectories=
"../src;.;../gtest/include"
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;"
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;
_VARIADIC_MAX=10;
"
RuntimeLibrary=
"2"
UsePrecompiledHeader=
"0"
WarningLevel=
"3"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment