Boost.Parameters annoying compiler warnings

Hi, I quickly looked into CVS and did not find the following fixed... If you look at boost/parameter/aux_/arg_list.hpp, you will find a number of functions / methods which take a parameter (it's usually called x) and don't use it. While this is probably correct code it makes my compiler (gcc) emit warnings and therefore I had to disable -Werror which is vital for my development process. I would be very thankful if someone could take care of this. If anything's unclear, I'm of course willing to help. PS: I'm not subscribed to this list.

--- Aristid Breitkreuz wrote:
If you look at boost/parameter/aux_/arg_list.hpp, you will find a number of functions / methods which take a parameter (it's usually called x) and don't use it. While this is probably correct code it makes my compiler (gcc) emit warnings and therefore I had to disable -Werror which is vital for my development process.
Which version of GCC are you using? I'm using 3.4.2 with -Wall and don't encounter these warnings. A relevant portion of your error log will also help. Cromwell D. Enage __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com

Cromwell Enage wrote:
Which version of GCC are you using? I'm using 3.4.2 with -Wall and don't encounter these warnings.
I'm using 4.0.2 - when the error really existed (see below) I still used a patched 3.4 though. I'm using -Wall -W -Werror (which I can really recommend to everybody - it requires good and warning-free third-party libraries though).
A relevant portion of your error log will also help.
It's very embarassing that I am seemingly wrong. The warning's have gone away. Please excuse my wrong alert. To defend myself: They did exist.
Cromwell D. Enage
Aristid Breitkreuz PS: Subscribed now.
participants (2)
-
Aristid Breitkreuz
-
Cromwell Enage