[longomatch] Disable 0169 warnings for variables kept for db compatibility
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Disable 0169 warnings for variables kept for db compatibility
- Date: Mon, 5 Jul 2010 18:47:20 +0000 (UTC)
commit 42f27e9d3336ea7958e5700a3e478e5c2a95994c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Jun 27 02:58:35 2010 +0200
Disable 0169 warnings for variables kept for db compatibility
LongoMatch/DB/Project.cs | 2 ++
LongoMatch/DB/Sections.cs | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/DB/Project.cs b/LongoMatch/DB/Project.cs
index 7570d31..ee32181 100644
--- a/LongoMatch/DB/Project.cs
+++ b/LongoMatch/DB/Project.cs
@@ -76,7 +76,9 @@ namespace LongoMatch.DB
private TagsTemplate tagsTemplate;
//Keep this fiel for DB retrocompatibility
+#pragma warning disable 0169
private List<MediaTimeNode>[] dataSectionArray;
+#pragma warning restore 0169
/// <summary>
/// Creates a new project
diff --git a/LongoMatch/DB/Sections.cs b/LongoMatch/DB/Sections.cs
index 46d6ace..5a29b16 100644
--- a/LongoMatch/DB/Sections.cs
+++ b/LongoMatch/DB/Sections.cs
@@ -39,8 +39,10 @@ namespace LongoMatch.DB
private List<SectionsTimeNode> sectionsList;
//These fields are not used but must be kept for DataBase compatiblity
+#pragma warning disable 0169
private Color[] colorsArray;
private SectionsTimeNode[] timeNodesArray;
+#pragma warning restore 0169
/// <summary>
/// Creates a new template
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]