| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4312a8f commit b9d8d90
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,6 +54,7 @@ | |||
| 54 | 54 | <AdditionalIncludeDirectories>..\..\include;$(GTestDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 55 | 55 | <PreprocessorDefinitions>_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 56 | 56 | <Cpp0xSupport>true</Cpp0xSupport> | |
| 57 | + <DisableSpecificWarnings>4503;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||
| 57 | 58 | </ClCompile> | |
| 58 | 59 | <Link> | |
| 59 | 60 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
@@ -72,6 +73,7 @@ | |||
| 72 | 73 | <AdditionalIncludeDirectories>..\..\include;$(GTestDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 73 | 74 | <PreprocessorDefinitions>_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 74 | 75 | <Cpp0xSupport>true</Cpp0xSupport> | |
| 76 | + <DisableSpecificWarnings>4503;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||
| 75 | 77 | </ClCompile> | |
| 76 | 78 | <Link> | |
| 77 | 79 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments