public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* suppressing a warning, what's its name?
@ 2002-08-15 12:29 Alexy Khrabrov
  0 siblings, 0 replies; only message in thread
From: Alexy Khrabrov @ 2002-08-15 12:29 UTC (permalink / raw)
  To: gcc-help


Greetings -- I'm getting many warnings like the following one,
when compiling CORBA C++ implementations:

MMS_EntryImpl.C: In method `MMS_EntryImpl::MMS_EntryImpl(PortableServer::POA *, const char *)':
MMS_EntryImpl.C:48: warning: choosing `PortableServer::ObjectId_var::operator PortableServer::ObjectId &()' over `PortableServer::ObjectId_var::operator const PortableServer::ObjectId &() const'
MMS_EntryImpl.C:48: warning:   for conversion from `PortableServer::ObjectId_var' to `const PortableServer::ObjectId &'
MMS_EntryImpl.C:48: warning:   because conversion sequence for the argument is bette

I've tried -Wno-conversion, but that's not it.  Anybody knows whether that 
warning has a name?

Cheers,
Alexy

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-15 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-15 12:29 suppressing a warning, what's its name? Alexy Khrabrov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).