diff options
author | midipix <writeonce@midipix.org> | 2019-08-15 13:25:43 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-08-15 13:28:03 +0000 |
commit | 39144c4b2a137c4e8c297ffbc1fc5d0e3f156454 (patch) | |
tree | b9350c1f0201eaf702f48a207c3e2bf3b7571f21 /include | |
parent | 6d45988d64cee1c83900da412be55b82b6d40059 (diff) | |
download | mdso-39144c4b2a137c4e8c297ffbc1fc5d0e3f156454.tar.bz2 mdso-39144c4b2a137c4e8c297ffbc1fc5d0e3f156454.tar.xz |
mdso.h: change the api pre-alpha #error into a #warning.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |