From 1b1b4d26a9d4d0697790b80a81ee24120ddb044a Mon Sep 17 00:00:00 2001 From: Myoungwoon Kim Date: Thu, 28 Apr 2011 14:45:04 +0900 Subject: [PATCH] Remove #error "ERROR. Compile aborted." for customized widgets. Change-Id: I8b1061262966b9f44f8b098c01639105d10ad3e9 --- src/lib/elm_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index fe75467..7296eab 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h @@ -184,7 +184,7 @@ # warning "there. You only need a widget if you want to seamlessly be part" # warning "of the focus tree and want to transparently become a container" # warning "for any number of child Elementary widgets" -# error "ERROR. Compile aborted." +//# error "ERROR. Compile aborted." #endif #define ELM_INTERNAL_API_VERSION 7000 -- 2.7.4