[torqueusers] COMPILER WARNINGS
Glen Beane
glen.beane at gmail.com
Tue Jun 8 04:24:08 MDT 2010
On Tue, Jun 8, 2010 at 1:06 AM, Basappa Kodada <basappabk at gmail.com> wrote:
> its saying like
> cc1:warnings being treated as errors
> error: this decimal constant is unsigned only in ISO C90
> make[1]:*** [filename.o] Error1
> make[1]: *** Leaving direvtory '/root/torque-2.4.6/src/resmom'
> make: *** [all-recursive] Error1
this is a C programming question, not a TORQUE user question. It
looks like you are assigning an integer constant to an unsigned int.
Try foo = (unsigned int)12345.
I'm still not sure what you are trying to accomplish with TORQUE.
More information about the torqueusers
mailing list