summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-04-06 19:58:23 -0600
committerSamantha Houts <samantha@teamredwall.com>2016-04-06 18:58:23 -0700
commitab0cd64ba5dd3cde58700c50e27c00f812d18d96 (patch)
treea37157ebdec5016b65ea21084d296378a65570e9 /Xamarin.Forms.Platform.WP8
parentb7251aa6f9315a8873aa4bbaa9ee147c6ee18e7b (diff)
downloadxamarin-forms-ab0cd64ba5dd3cde58700c50e27c00f812d18d96.tar.gz
xamarin-forms-ab0cd64ba5dd3cde58700c50e27c00f812d18d96.tar.bz2
xamarin-forms-ab0cd64ba5dd3cde58700c50e27c00f812d18d96.zip
Merge pull request #55 from xamarin/warnings-WP8-0114
Remove 0114 supression from Platform.WP8; fix warnings
Diffstat (limited to 'Xamarin.Forms.Platform.WP8')
-rw-r--r--Xamarin.Forms.Platform.WP8/NavigationPageRenderer.cs2
-rw-r--r--Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.WP8/NavigationPageRenderer.cs b/Xamarin.Forms.Platform.WP8/NavigationPageRenderer.cs
index 6f290107..35a77f21 100644
--- a/Xamarin.Forms.Platform.WP8/NavigationPageRenderer.cs
+++ b/Xamarin.Forms.Platform.WP8/NavigationPageRenderer.cs
@@ -84,7 +84,7 @@ namespace Xamarin.Forms.Platform.WinPhone
return stack;
}
- void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
+ protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
{
if (e.PropertyName != "Parent" || Element.RealParent != null)
return;
diff --git a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
index 2cab594b..b8b2c4f5 100644
--- a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
+++ b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
@@ -32,7 +32,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <NoWarn>0114;4014;0618;0219;0067</NoWarn>
+ <NoWarn>4014;0618;0219;0067</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>