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
This commit is contained in:
Stefan Schmidt 2020-04-28 14:04:18 +02:00
parent bf2538897b
commit 0169536444
4 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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