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;".
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to