Selaa lähdekoodia

gcc: fix a segfault in the mbsd_multi patch for 4.4.0

SVN-Revision: 15394
Felix Fietkau 16 vuotta sitten
vanhempi
sitoutus
8ce7b559d0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch

+ 1 - 1
toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch

@@ -97,7 +97,7 @@
 +      }
 +    } else if (evv == 0) {
 +      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);
 +    }
 +  }