How to make g++ be less strict with standart/third-party headers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

When compiling my project, G++ finds lots of warnings generated by "-Weffc++" option in standard headers (such as iostream, vector, string etc.) and in headers from ACE. How can I force G++ to ignore warnings in these files? People already offered me a solution which works for VC - to use "#pragma warning". But this approach doesn't work with G++.
I use MinGW (Win32 system).

-- 
  Thank you in advance,
  KHeLeKRoN                                mailto:khelekron@xxxxxxxxx 


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux