Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Suppressing a warning C++ compiler
Suppressing a warning C++ compiler [message #1404075] Tue, 29 July 2014 08:46 Go to next message
Eclipse UserFriend
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 08:47] by Moderator

Re: Suppressing a warning C++ compiler [message #1404142 is a reply to message #1404075] Tue, 29 July 2014 18:39 Go to previous message
Eclipse UserFriend
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: Thu May 15 12:17:06 EDT 2025

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

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

Back to the top