[Applications.Common] Remove warning messages (#5532)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Common / Tizen.Applications.CoreBackend / ICoreBackend.cs
index 95c3775..438c2a4 100755 (executable)
@@ -52,6 +52,8 @@ namespace Tizen.Applications.CoreBackend
         /// Exits the mainloop of the backend.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
+#pragma warning disable CA1716
         void Exit();
+#pragma warning restore CA1716
     }
 }