This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -Wconversion



On Saturday, April 17, 2004, at 02:36 PM, Ian Lance Taylor wrote:


Use typecasts: chmod ("foo", (mode_t) x);

Thanks. My variable x is mode_t and casting it a second time as mode_t does stop my warning.

Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]