X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fecore%2Fcommon%2Fecore-server-connection.cpp;h=6934be141b19ad9203223582e291798d4fc96cb8;hb=bcfff8de93fcf1704dbdc01a33137afb6014f092;hp=5f7a841e6b9f1f9c971f3f67a8bd72b8cc1b2590;hpb=cf37db548d7b1c8c4e5d0295eb46c38c57893bc0;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/ecore/common/ecore-server-connection.cpp b/adaptors/ecore/common/ecore-server-connection.cpp index 5f7a841..6934be1 100644 --- a/adaptors/ecore/common/ecore-server-connection.cpp +++ b/adaptors/ecore/common/ecore-server-connection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +19,9 @@ #include "ecore-server-connection.h" // EXTERNAL INCLUDES +// Ecore is littered with C style cast +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wold-style-cast" #include #include @@ -211,5 +214,9 @@ void ServerConnection::CloseConnection() } } // Adaptor + } // Internal + } // Dali + +#pragma GCC diagnostic pop \ No newline at end of file