summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-07-28 10:29:52 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-07-28 10:29:52 +0100
commit508c2954f35d6dab5a79e1ecbcaceb7b8ff3b4b7 (patch)
treeea084dfe9eb19572d1308ac3a54ed5b4bcb3742a
parent5b51a6bb207dc8d5127fa9c6ad7d3c8c6e2659cf (diff)
downloadefl-508c2954f35d6dab5a79e1ecbcaceb7b8ff3b4b7.tar.gz
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.
-rw-r--r--src/lib/ecore_win32/Ecore_Win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_win32/Ecore_Win32.h b/src/lib/ecore_win32/Ecore_Win32.h
index cfa7f5adc1..91274ba74a 100644
--- a/src/lib/ecore_win32/Ecore_Win32.h
+++ b/src/lib/ecore_win32/Ecore_Win32.h
@@ -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>