Suppress the warning CS1570
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 11 Aug 2017 05:22:04 +0000 (14:22 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 11 Aug 2017 05:22:04 +0000 (14:22 +0900)
Change-Id: Ic6dd8a2884159f35e90ce82a41d21c3d5abe0d0e

build/common.props

index fd6b7a3..1d154e4 100644 (file)
@@ -4,7 +4,7 @@
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <GenerateDocumentationFile>True</GenerateDocumentationFile>
     <GenerateDependencyFile>False</GenerateDependencyFile>
-    <NoWarn>$(NoWarn);1591</NoWarn>
+    <NoWarn>$(NoWarn);1570;1591</NoWarn>
   </PropertyGroup>
 
   <PropertyGroup>
@@ -17,4 +17,4 @@
 
   <Import Project="$(MSBuildThisFileDirectory)dependencies.props" />
 
-</Project>
\ No newline at end of file
+</Project>