Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Suppressing a warning C++ compiler
Suppressing a warning C++ compiler [message #1404075] Tue, 29 July 2014 12:46 Go to next message
Michael Beatty is currently offline Michael BeattyFriend
Messages: 43
Registered: November 2011
Member
I'm using Eclipse 3.3.1. I'm compiling a c++ program and am getting a compilation error because of the potential of conflicting libraries:

warning: libstdc++.so.5, needed by /lib/libodbc.so, may conflict with libstdc++.so.6

Now,this doesn't prevent the program from compiling nor does it have any effect on the application, but getting the warning, and seeing the yellow "!" icon over my project all the time is annoying. What would be the best way to suppress that warning?

[Updated on: Tue, 29 July 2014 12:47]

Report message to a moderator

Re: Suppressing a warning C++ compiler [message #1404142 is a reply to message #1404075] Tue, 29 July 2014 22:39 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 07/29/2014 06:46 AM, Michael Beatty wrote:
> I'm using Eclipse 3.3.1. I'm compiling a c++ program and am getting a
> compilation error because of the potential of conflicting libraries:
>
> warning: libstdc++.so.5, needed by /fiscal/dlc/odbc/lib/libodbc.so, may
> conflict with libstdc++.so.6
>
> Now,this doesn't prevent the program from compiling nor does it have any
> effect on the application, but getting the warning, and seeing the
> yellow "!" icon over my project all the time is annoying. What would
> be the best way to suppress that warning?

Among the 4 or 5 sticky posts at the top of the forum you should have
read before posting is this one:

https://www.eclipse.org/forums/index.php/t/161206/
Previous Topic:What is the state of Luna and MSVS Express/Intel tool chains
Next Topic:Supressing warnings
Goto Forum:
  


Current Time: Fri Apr 19 17:14:02 GMT 2024

Powered by FUDForum. Page generated in 0.01632 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top