aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.19/204-module_strip.patch
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2019-07-04 22:43:00 +0200
committerMathias Kresin <dev@kresin.me>2019-07-07 11:17:34 +0200
commit92b768d5f436a0eab809082f294e54e0185c5961 (patch)
tree606f42202ecad2d5abed8e9b3749633ac467805e /target/linux/generic/hack-4.19/204-module_strip.patch
parenta4bdae7cf2e850e6fe73c8bb3239570903c886ef (diff)
downloadupstream-92b768d5f436a0eab809082f294e54e0185c5961.tar.gz
upstream-92b768d5f436a0eab809082f294e54e0185c5961.tar.bz2
upstream-92b768d5f436a0eab809082f294e54e0185c5961.zip
lantiq: fix etop compiler warnings
The following warnings are introduced by our own patches: lantiq_etop.c:173:1: warning: no semicolon at end of struct or union }; ^ lantiq_etop.c: In function 'ltq_etop_change_mtu': lantiq_etop.c:725:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int max = ETH_HLEN + VLAN_HLEN + new_mtu + ETH_FCS_LEN; ^~~ Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/generic/hack-4.19/204-module_strip.patch')
0 files changed, 0 insertions, 0 deletions
1' href='#n171'>171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233