--- a/sysincludes.h +++ b/sysincludes.h @@ -101,14 +101,8 @@ typedef void *caddr_t; #if defined __GNUC__ && defined __STDC__ /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ # define PACKED __attribute__ ((packed)) -# if __GNUC__ == 2 && __GNUC_MINOR__ > 6 || __GNUC__ >= 3 -/* gcc 2.6.3 doesn't have "unused" */ /* mool */ -# define UNUSED(x) x __attribute__ ((unused));x -# define UNUSEDP __attribute__ ((unused)) -# else -# define UNUSED(x) x -# define UNUSEDP /* */ -# endif +# define UNUSED(x) x +# define UNUSEDP /* */ # define NORETURN __attribute__ ((noreturn)) #else # define UNUSED(x) x ='/cgit.cgi/'>cgit logo index : openwrt/upstream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/hostap-driver/Makefile
blob: 6a95c1e1d8e28af4a36d3b4f38299f9390f989d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117