From a5c7b3b29d0b1c03fceb4ea3cce9dcd9e9b0dc84 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 15 Aug 2019 15:19:40 +0000 Subject: perk.h: hange the api pre-alpha #error into a #warning. --- include/perk/perk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/perk/perk.h b/include/perk/perk.h index e35b8ad..e8a4a18 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -16,8 +16,8 @@ extern "C" { /* pre-alpha */ #ifndef PERK_APP #ifndef PERK_PRE_ALPHA -#error libperk: pre-alpha: ABI is not final! -#error to use the library, please pass -DPERK_PRE_ALPHA to the compiler. +#warning libperk: pre-alpha: ABI is not final! +#warning pass -DPERK_PRE_ALPHA to suppress this warning. #endif #endif -- cgit v1.2.3