diff options
author | midipix <writeonce@midipix.org> | 2019-08-15 15:19:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-08-15 15:19:40 +0000 |
commit | a5c7b3b29d0b1c03fceb4ea3cce9dcd9e9b0dc84 (patch) | |
tree | af5058a70270aaf5a917faf0364245ba4f682b11 | |
parent | 994c64e9649b812f2727fe61f7c18c886621ce67 (diff) | |
download | perk-a5c7b3b29d0b1c03fceb4ea3cce9dcd9e9b0dc84.tar.bz2 perk-a5c7b3b29d0b1c03fceb4ea3cce9dcd9e9b0dc84.tar.xz |
perk.h: hange the api pre-alpha #error into a #warning.
-rw-r--r-- | include/perk/perk.h | 4 |
1 files 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 |