aboutsummaryrefslogtreecommitdiff
path: root/visual-studio
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-03-15 17:32:10 -0700
committerTimothy Gu <timothygu99@gmail.com>2015-03-15 17:33:10 -0700
commitc5501073ab629de3c5491258bf040462b873a85a (patch)
tree55a1a192225ef1830ac5f0a06aca36be01096927 /visual-studio
parent50f42865af91e83e0b0d9341a839deed359b1070 (diff)
downloaddlfcn-win32-c5501073ab629de3c5491258bf040462b873a85a.tar.gz
dlfcn-win32-c5501073ab629de3c5491258bf040462b873a85a.tar.bz2
dlfcn-win32-c5501073ab629de3c5491258bf040462b873a85a.zip
Warning control in MSVC
Diffstat (limited to 'visual-studio')
-rw-r--r--visual-studio/12/dl/dl.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/visual-studio/12/dl/dl.vcxproj b/visual-studio/12/dl/dl.vcxproj
index 45f87e7..77c7cdb 100644
--- a/visual-studio/12/dl/dl.vcxproj
+++ b/visual-studio/12/dl/dl.vcxproj
@@ -147,6 +147,7 @@
147 <WarningLevel>Level4</WarningLevel> 147 <WarningLevel>Level4</WarningLevel>
148 <Optimization>Disabled</Optimization> 148 <Optimization>Disabled</Optimization>
149 <SDLCheck>true</SDLCheck> 149 <SDLCheck>true</SDLCheck>
150 <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150 </ClCompile> 151 </ClCompile>
151 <Link> 152 <Link>
152 <GenerateDebugInformation>true</GenerateDebugInformation> 153 <GenerateDebugInformation>true</GenerateDebugInformation>
@@ -158,7 +159,6 @@
158 <WarningLevel>Level4</WarningLevel> 159 <WarningLevel>Level4</WarningLevel>
159 <Optimization>Disabled</Optimization> 160 <Optimization>Disabled</Optimization>
160 <SDLCheck>true</SDLCheck> 161 <SDLCheck>true</SDLCheck>
161 <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162 </ClCompile> 162 </ClCompile>
163 <Link> 163 <Link>
164 <GenerateDebugInformation>true</GenerateDebugInformation> 164 <GenerateDebugInformation>true</GenerateDebugInformation>
@@ -171,6 +171,7 @@
171 <FunctionLevelLinking>true</FunctionLevelLinking> 171 <FunctionLevelLinking>true</FunctionLevelLinking>
172 <IntrinsicFunctions>true</IntrinsicFunctions> 172 <IntrinsicFunctions>true</IntrinsicFunctions>
173 <SDLCheck>true</SDLCheck> 173 <SDLCheck>true</SDLCheck>
174 <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174 </ClCompile> 175 </ClCompile>
175 <Link> 176 <Link>
176 <GenerateDebugInformation>true</GenerateDebugInformation> 177 <GenerateDebugInformation>true</GenerateDebugInformation>
@@ -216,7 +217,6 @@
216 <FunctionLevelLinking>true</FunctionLevelLinking> 217 <FunctionLevelLinking>true</FunctionLevelLinking>
217 <IntrinsicFunctions>true</IntrinsicFunctions> 218 <IntrinsicFunctions>true</IntrinsicFunctions>
218 <SDLCheck>true</SDLCheck> 219 <SDLCheck>true</SDLCheck>
219 <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220 </ClCompile> 220 </ClCompile>
221 <Link> 221 <Link>
222 <GenerateDebugInformation>true</GenerateDebugInformation> 222 <GenerateDebugInformation>true</GenerateDebugInformation>
@@ -233,4 +233,4 @@
233 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 233 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
234 <ImportGroup Label="ExtensionTargets"> 234 <ImportGroup Label="ExtensionTargets">
235 </ImportGroup> 235 </ImportGroup>
236</Project> \ No newline at end of file 236</Project>