------- Comment #2 from manu at gcc dot gnu dot org  2007-01-22 18:11 -------
(In reply to comment #1)

> So you have "-Wextra -Wno-unused-parameter -Wall" so the -Wno-unused-parameter
> does not have an effect as it is not turned on by -Wextra but instead by 
> -Wall.
> 

Humm, I disagree. -Wextra enables the warning, if -Wno-unused-parameter is
given then it should disable it and Wall should not interfere with it unless
you give again -Wextra or -Wunused-parameter. Don't we have policy about this?
The manual is not very clear here about the effect of -Wno-*.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28875

Reply via email to