diff options
| author | omegadox <omegadox@gmail.com> | 2009-09-29 22:32:53 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-09-29 22:32:53 +0000 |
| commit | 076e7273763b262994ef899433ba29efadfa02de (patch) | |
| tree | 3a0975ac9c692807eb5dda51f5b0faa7f450a2d4 /Externals/Lua | |
| parent | 48ed2ae85296447fdec937aeb880b395e2333a17 (diff) | |
Some warning fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4345 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Externals/Lua')
| -rw-r--r-- | Externals/Lua/Lua.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Externals/Lua/Lua.vcproj b/Externals/Lua/Lua.vcproj index 16fafb2c5c..ae46465101 100644 --- a/Externals/Lua/Lua.vcproj +++ b/Externals/Lua/Lua.vcproj @@ -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"
|
