summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-04-28 14:04:18 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-04 14:33:07 +0200
commit016953644494de3b42d9d7538c457fe44f5ca5e1 (patch)
tree91a340f79face7cf2d7e66b83f77d64385d7d073 /src/examples
parentbf2538897b68ba9d616d59cfe20e54fc92e81b8d (diff)
downloadefl-016953644494de3b42d9d7538c457fe44f5ca5e1.tar.gz
examples: cxx: remove forced warning on unfinished APIs
Personally I find it quite annoying to have these in every build. Especially if they have not been attempted to get fixed even after we started to stabilize some part of the unified API. Reviewed-by: Felipe Magno de Almeida <felipe@expertisesolutions.com.br> Differential Revision: https://phab.enlightenment.org/D11763
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/elementary/calendar_cxx_example_04.cc2
-rw-r--r--src/examples/elementary/calendar_cxx_example_05.cc2
-rw-r--r--src/examples/elementary/menu_cxx_example_01.cc2
-rw-r--r--src/examples/elementary/toolbar_cxx_example_01.cc2
4 files changed, 0 insertions, 8 deletions
diff --git a/src/examples/elementary/calendar_cxx_example_04.cc b/src/examples/elementary/calendar_cxx_example_04.cc
index 7bf9d94c0c..ed61912821 100644
--- a/src/examples/elementary/calendar_cxx_example_04.cc
+++ b/src/examples/elementary/calendar_cxx_example_04.cc
@@ -15,8 +15,6 @@
*/
#include <Efl_Ui.hh>
-#warning This example can not be implemented with EO APIs... FIXME
-
using efl::eo::instantiate;
#define SECS_DAY 86400
diff --git a/src/examples/elementary/calendar_cxx_example_05.cc b/src/examples/elementary/calendar_cxx_example_05.cc
index 6fc857dff8..2447854c46 100644
--- a/src/examples/elementary/calendar_cxx_example_05.cc
+++ b/src/examples/elementary/calendar_cxx_example_05.cc
@@ -15,8 +15,6 @@
*/
#include <Efl_Ui.hh>
-#warning This example can not be implemented with EO APIs... FIXME
-
EAPI_MAIN int
elm_main (int argc EINA_UNUSED, char **argv EINA_UNUSED)
{
diff --git a/src/examples/elementary/menu_cxx_example_01.cc b/src/examples/elementary/menu_cxx_example_01.cc
index dfc717ec81..f209f2f5a4 100644
--- a/src/examples/elementary/menu_cxx_example_01.cc
+++ b/src/examples/elementary/menu_cxx_example_01.cc
@@ -15,8 +15,6 @@
*/
#include <Efl_Ui.hh>
-#warning This example can not be implemented with EO APIs... FIXME
-
EAPI_MAIN int
elm_main (int argc EINA_UNUSED, char *argv[] EINA_UNUSED)
{
diff --git a/src/examples/elementary/toolbar_cxx_example_01.cc b/src/examples/elementary/toolbar_cxx_example_01.cc
index d6ecc44e79..87fdb1c4ec 100644
--- a/src/examples/elementary/toolbar_cxx_example_01.cc
+++ b/src/examples/elementary/toolbar_cxx_example_01.cc
@@ -20,8 +20,6 @@
#include "config.h"
#endif
-#warning This example requires yet unfinished EO APIs
-
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif