From 39144c4b2a137c4e8c297ffbc1fc5d0e3f156454 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 15 Aug 2019 13:25:43 +0000 Subject: mdso.h: change the api pre-alpha #error into a #warning. --- include/mdso/mdso.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 9d40ed3..4eaf49f 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -13,8 +13,8 @@ extern "C" { /* pre-alpha */ #ifndef MDSO_APP #ifndef MDSO_PRE_ALPHA -#error libmdso: pre-alpha: ABI is not final! -#error to use the library, please pass -DMDSO_PRE_ALPHA to the compiler. +#warning libmdso: pre-alpha: ABI is not final! +#warning pass -DMDSO_PRE_ALPHA to suppress this warning. #endif #endif -- cgit v1.2.3