Commit a85f54d7 authored by Linus Torvalds's avatar Linus Torvalds

Older gcc's ICE on missing (unused) varags macro name.

parent 9266734a
...@@ -17,7 +17,7 @@ extern void __chk_io_ptr(void __iomem *); ...@@ -17,7 +17,7 @@ extern void __chk_io_ptr(void __iomem *);
# define __iomem # define __iomem
# define __chk_user_ptr(x) (void)0 # define __chk_user_ptr(x) (void)0
# define __chk_io_ptr(x) (void)0 # define __chk_io_ptr(x) (void)0
#define __builtin_warning(x, ...) (1) # define __builtin_warning(x, y...) (1)
#endif #endif
#ifdef __KERNEL__ #ifdef __KERNEL__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment