Boost logo

Boost Users :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-14 19:32:03


gast128 wrote:
>> Robert Ramey <ramey <at> rrsd.com> writes:
> I can give the example of the 'unused argument' warning, which
> indicates a potential forgotten argument or just a not needed
> argument.

These are not in dispute - they will be addressed.

Problem is your point of view assumes that one compiler in particular
has no warnings which should be ignored in any particular case.

This assumption is not true.

So there cannot be a non-trivial program guarenteed to compile
without warnings on all compilers. Even for a trivial program,
the onlyway to verify it would be to test on all compilers.

So there will always be at least some warnings.

If you're going to make code for one particular compiler, then
using pragma's around included headers should work well for you.

Robert Ramey


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net