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: GCC 4.8 libcpp Issue...Possibly Related To (FIXED)


On 27 October 2013 23:36, Cyd Haselton wrote:
> Android apparently doesn't support implicit conversion so had to do a
> cast before the argument is passed.

N.B. it's not "Android" that doesn't support conversion from long
long* to long*, it's C++.

As I said, the question is why Android's stat::st_size field is not of
type off_t in the first place.


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