summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/mdso/mdso.h4
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