ecore win32 - disable #warning because all it does is fill build logs

we see it 100's of times during build. disabling this. the comments
etc. are still there, but more value in commenting out than keeping it
so we can see the forest from the trees.
This commit is contained in:
Carsten Haitzler 2019-07-28 10:29:52 +01:00
parent 5b51a6bb20
commit 508c2954f3
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* THE API MAY CHANGE.
*/
/*
#ifndef ECORE_WIN32_WIP_POZEFLKSD
# ifdef _MSC_VER
# pragma message ("You are using a work in progress API. This API is not stable")
@ -15,6 +16,7 @@
# warning "and is subject to change. You use this at your own risk."
# endif
#endif
*/
#include <Eina.h>