From 508c2954f35d6dab5a79e1ecbcaceb7b8ff3b4b7 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 28 Jul 2019 10:29:52 +0100 Subject: [PATCH] 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. --- src/lib/ecore_win32/Ecore_Win32.h | 2 ++ 1 file changed, 2 insertions(+) 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