ide: add ide_proc_register_port()
[powerpc.git] / include / linux / compiler-gcc4.h
index 6f5cc6f..fd0cc7c 100644 (file)
@@ -16,3 +16,9 @@
 #define __must_check           __attribute__((warn_unused_result))
 #define __compiler_offsetof(a,b) __builtin_offsetof(a,b)
 #define __always_inline                inline __attribute__((always_inline))
+
+/*
+ * A trick to suppress uninitialized variable warning without generating any
+ * code
+ */
+#define uninitialized_var(x) x = x