This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
suppressing a warning, what's its name?
- From: Alexy Khrabrov <alexy dot khrabrov at setup dot org>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 15 Aug 2002 15:28:57 -0400 (EDT)
- Subject: suppressing a warning, what's its name?
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