mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Some warning fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4345 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
3
Externals/Lua/Lua.vcproj
vendored
3
Externals/Lua/Lua.vcproj
vendored
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1255"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="Lua"
|
||||
ProjectGUID="{DA4CA030-A741-4DDC-9DA8-B2F351F0F158}"
|
||||
RootNamespace="Lua"
|
||||
@ -233,6 +233,7 @@
|
||||
EnableFunctionLevelLinking="true"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4334;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
Reference in New Issue
Block a user