[torqueusers] Torque 2.3.6 on PPC64
Garrick Staples
garrick at usc.edu
Thu Mar 5 17:37:46 MST 2009
On Thu, Mar 05, 2009 at 06:30:46PM -0600, Gabe Turner alleged:
> On Thu, Mar 05, 2009 at 04:19:31PM -0800, Garrick Staples wrote:
> [snip]
> > This patch should fix it. Can you please check?
> >
> > Index: qrerun.c
> > ===================================================================
> > --- qrerun.c (revision 2778)
> > +++ qrerun.c (working copy)
> > @@ -113,7 +113,7 @@
> >
> > int errflg = 0;
> >
> > - char c;
> > + int c;
> >
> > static char usage[] = "usage: qrerun [-f] <JOBID>[ <JOBID>]...\n";
> >
> > @@ -128,7 +128,7 @@
> >
> > extend[0] = '\0';
> >
> > - while ((c = (char) getopt(argc, argv, GETOPT_ARGS)) != EOF)
> > + while ((c = getopt(argc, argv, GETOPT_ARGS)) != EOF)
> > {
> > switch (c)
> > {
>
> That seems to have worked; the warning is gone.
>
> Thanks!
Fixed in 2.3-fixes and trunk. 2.1-fixes wasn't broken.
--
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California
See the Prop 8 Dishonor Roll at http://www.californiansagainsthate.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20090305/2b93e11d/attachment.bin
More information about the torqueusers
mailing list