On the 0x1EB day of Apache Harmony Leo Li wrote: > Dear Geir: > I advise to use -Werror in Linux compiling but I am not sure of the > side-effect. > I am now trying to know whether all the warning can be fixed in > Linux.:)
This is what we use in VM > > > On 9/21/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: > > > > Sorry. My fault. Fixing now. > > > > I need to find settings to make gcc on linux enforce the same... > > > > geir > > > > On Sep 20, 2006, at 9:36 PM, Leo Li wrote: > > > > > Hi, all > > > I found that the classlib build fails on windows today. > > > I have tried to fixed it in File main.c > > > 1. move some declarations of variables to the top part of a > > > function. > > > at line 311: char *dirs[2]; > > > at line 1045: int found = 0; > > > int i=0; > > > at line 1067:int strLen > > > 2. comments out unused variable at line 1019: //UDATA > > > newPathLength; > > > -- > > > Leo Li > > > China Software Development Lab, IBM > > > > > > --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Leo Li > China Software Development Lab, IBM -- Egor Pasko, Intel Managed Runtime Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
