commit: f91442142970ef63080e4cdc856341a9298855d6
parent 3e5e732a72105103a5ab75b9c34131bb4fa89f7a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 14 Dec 2024 05:28:55 +0100
error.h: remove deprecation warning
Just to avoid causing problems as glibc <error.h> doesn't throws a warning.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/error.h b/error.h
@@ -8,8 +8,6 @@
extern "C" {
#endif
-#warning usage of non-standard #include <error.h> is deprecated
-
void error(int, int, const char *, ...);
void error_at_line(int, int, const char *, unsigned int, const char *, ...);