On Fri, Sep 11, 2009 at 11:52 AM, Aktiv Co. Aleksey Samsonov <samso...@guardant.ru> wrote: > > Andreas Jellinghaus: > > I don't want to put __attribute__((unused)) everywhere to quiet gcc. > > Should we use -Wno-unused-parameters in configure when --enable-strict > > is added? that should quiet a lot of unreasonable warnings. > > I believe that the only true way to quiet a lot of unreasonable warnings > deliberately "use unused parameters": "(void)unused_param1, > (void)unused_param2;".
True. Instead of ignoring all, each function should handle its own warnings. There is a lot of work in cleaning up warning... Especially the strict aliasing stuff. Thanks! _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel