mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
gcc: fix a segfault in the mbsd_multi patch for 4.4.0
SVN-Revision: 15394
This commit is contained in:
parent
8358a353ff
commit
8ce7b559d0
@ -97,7 +97,7 @@
|
|||||||
+ }
|
+ }
|
||||||
+ } else if (evv == 0) {
|
+ } else if (evv == 0) {
|
||||||
+ if (honour_copts != 1)
|
+ if (honour_copts != 1)
|
||||||
+ inform ("someone does not honour COPTS correctly, passed %d times",
|
+ inform (0, "someone does not honour COPTS correctly, passed %d times",
|
||||||
+ honour_copts);
|
+ honour_copts);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user