chiark / gitweb /
shared/capability: go frugal on space for caps
[elogind.git] / src / shared / macro.h
index ae2971fad141f54959bc89d0e50675f5faa2497a..e88630fa04deab1dbce89a0f2668b1758637f0b6 100644 (file)
         _Pragma("GCC diagnostic push");                                 \
         _Pragma("GCC diagnostic ignored \"-Wshadow\"")
 
+#define DISABLE_WARNING_INCOMPATIBLE_POINTER_TYPES                      \
+        _Pragma("GCC diagnostic push");                                 \
+        _Pragma("GCC diagnostic ignored \"-Wincompatible-pointer-types\"")
+
 #define REENABLE_WARNING                                                \
         _Pragma("GCC diagnostic pop")