Skip to content

Commit

Permalink
warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Oct 15, 2014
1 parent b523d20 commit 2cb1cdc
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 19 deletions.
1 change: 1 addition & 0 deletions Principia.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project Property Sheets", "
google_test_framework.props = google_test_framework.props
include_solution.props = include_solution.props
llvm_compatibility.props = llvm_compatibility.props
profiling.props = profiling.props
suppress_useless_warnings.props = suppress_useless_warnings.props
warnings_as_errors.props = warnings_as_errors.props
EndProjectSection
Expand Down
4 changes: 1 addition & 3 deletions benchmarks/benchmarks.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@
<Import Project="..\profiling.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions geometry/geometry.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
<Import Project="..\llvm_compatibility.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions integrators/integrators.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
<Import Project="..\llvm_compatibility.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions physics/physics.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
<Import Project="..\llvm_compatibility.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
Expand Down
7 changes: 6 additions & 1 deletion profiling.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<PropertyGroup>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<Profile>true</Profile>
</Link>
<ClCompile>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
4 changes: 1 addition & 3 deletions quantities/quantities.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
<Import Project="..\llvm_compatibility.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions testing_utilities/testing_utilities.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@
<Import Project="..\llvm_compatibility.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
Expand Down

0 comments on commit 2cb1cdc

Please sign in to comment.