This is the mail archive of the gcc@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: [RFC] warning: initialization discards qualifiers from pointertarget type


> >
> > Though of course, this doesn't mean that we can't have an option to  
> > control it.  -Wno-cast-qual doesn't seem like the right choice, as  
> > there is no user cast here.  Maybe something like -Wno-discard- 
> > qual, where -Wdiscard-qual is the default.
> >
> > I notice that these are pedwarns,
> 
> In that case, we can enable it only when -pedantic is used (like many  
> pedwarns) ?

You could, but in this case it's probably best to fix the code...

-eric


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