On Fri, May 30, 2014 at 08:03:45AM +0000, VandeVondele Joost wrote: > +@item -Wuse-no-only > +@opindex @code{Wuse-no-only} > +@cindex warnings, use statements > +@cindex intrinsic > +Warn if a use statement has no only qualifier and thus implicitly imports > +all public entities of the used module. > +This option is implied by @option{-Wall}.
I think it is really weird if a coding style warning is included in -Wall. Jakub