This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/33309] gcc.c:6236: error: passing argument 1 of 'xputenv' discards qualifiers from pointer target type



------- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca  2007-09-07 01:50 -------
Subject: Re:  gcc.c:6236: error: passing argument 1 of 'xputenv' discards
qualifiers from pointer target type

> > > Another option would be to constify xputenv and use CONST_CAST on the argument
> > > passed to putenv.
> > Like this?
> > +  putenv (CONST_CAST (string));
> 
> Almost, CONST_CAST takes a type argument now:
> 
> CONST_CAST (char *, string)

The change with the above mod works for me on hpux.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33309


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