Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-06-25 19:49:14


At 05:49 PM 6/25/2002, Benedikt Weber wrote:

>There are also lots of unused arguments. I have these warnings turned
off.
>Metrowerks suggests to use f(int) instead of f(int size) to supress
>warnings. Would this work for other compilers too?

That is a very common way to prevent compilers from issuing spurious unused
argument warnings. I've used it in my own code for years, and it has the
desired effect with a number of compilers.

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk