The macro is redefined on purpose, so let's #undef it first to
silence the warning.

Signed-off-by: Petr Tesarik <[email protected]>
---
 extension_eppic.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extension_eppic.h b/extension_eppic.h
index 24189ba..08f1db0 100644
--- a/extension_eppic.h
+++ b/extension_eppic.h
@@ -71,6 +71,7 @@ typedef TYPE_S {
        ull rtype;  /* type_t a reference refers too */
 } type_t;
 
+#undef ERRMSG
 #define ERRMSG(x...) \
 do { \
                fprintf(stderr, __FUNCTION__); \
-- 
2.40.0


_______________________________________________
kexec mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec

Reply via email to