[longomatch] Don't compile C code with warnings enabled
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Don't compile C code with warnings enabled
- Date: Tue, 25 Jun 2013 12:45:59 +0000 (UTC)
commit b2704aa53e7adfe466374f0a0dc799fa417cb2e1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Jun 25 14:43:31 2013 +0200
Don't compile C code with warnings enabled
libcesarplayer/liblongomatch.mdp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcesarplayer/liblongomatch.mdp b/libcesarplayer/liblongomatch.mdp
index 1ca186d..270dfdc 100644
--- a/libcesarplayer/liblongomatch.mdp
+++ b/libcesarplayer/liblongomatch.mdp
@@ -4,13 +4,13 @@
<Output directory="../bin" output="libcesarplayer.dll" />
<Build debugmode="True" target="SharedLibrary" />
<Execution consolepause="True" runwithwarnings="True" />
- <CodeGeneration WarningLevel="Normal" WarningsAsErrors="False" OptimizationLevel="0"
ExtraCompilerArguments="" ExtraLinkerArguments="" DefineSymbols="DEBUG MONODEVELOP OSTYPE_LINUX"
ctype="CCompilationParameters" />
+ <CodeGeneration WarningLevel="None" WarningsAsErrors="False" OptimizationLevel="0"
ExtraCompilerArguments="" ExtraLinkerArguments="" DefineSymbols="DEBUG MONODEVELOP OSTYPE_LINUX"
ctype="CCompilationParameters" />
</Configuration>
<Configuration name="Release" SourceDirectory="." ctype="CProjectConfiguration">
<Output directory="../bin" output="libcesarplayer.dll" />
<Build debugmode="True" target="SharedLibrary" />
<Execution consolepause="True" runwithwarnings="True" />
- <CodeGeneration WarningLevel="All" WarningsAsErrors="False" OptimizationLevel="3"
ExtraCompilerArguments="" ExtraLinkerArguments="" DefineSymbols="MONODEVELOP OSTYPE_LINUX"
ctype="CCompilationParameters" />
+ <CodeGeneration WarningLevel="None" WarningsAsErrors="False" OptimizationLevel="3"
ExtraCompilerArguments="" ExtraLinkerArguments="" DefineSymbols="MONODEVELOP OSTYPE_LINUX"
ctype="CCompilationParameters" />
</Configuration>
</Configurations>
<Contents>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]