Hi,

the compilation of lejos failed with gcc-4.0.1 due to a warning that has
been changed into an error in this version. Here comes a one-line patch
to fix it. If applied, lejos compiles fine with gcc4.

Regards,
Alexandre
--- vmsrc/threads.c.old 2006-02-04 13:08:49.000000000 +0100
+++ vmsrc/threads.c     2006-02-04 13:08:15.000000000 +0100
@@ -321,6 +321,7 @@
                }
             }
 done_pi:
+            break;
 #endif // PI_AVOIDANCE
           
           }

Attachment: pgp1vFDNbwuio.pgp
Description: PGP signature

Reply via email to