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 libstdc++/30464] [regression] -Wconversion triggers warnings for deque<>::push_back()



------- Comment #1 from manu at gcc dot gnu dot org  2007-01-14 23:03 -------
Gerald,

One thing is whether the warning was incorrect or not. Looking at the code and
the definition of Wconversion, what do you think?

Another thing is whether we want or not to emit warnings for libstdc++. I don't
know how I can prevent this. I believed warnings in system headers were handled
automatically by the -Wsystem-headers option. So I guess this is not a system
header. 


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org


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


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