Suppressing a warning C++ compiler [message #1404075] |
Tue, 29 July 2014 12:46 |
Michael Beatty 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 |
|
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/
|
|
|
Powered by
FUDForum. Page generated in 0.03358 seconds