Hello Martin, On Thu, 2011-06-30 at 12:56 +0300, Martin Paljak wrote: > Tarballs builds (which also run make distcheck etc) actually should > come with --enable-strict, which should also be the default option for > developers. If not constantly, then every now and then. Hopefully this > will trigger refactoring at some stage. But for everyday use the clean > output from make is so much better - it is actually possible to notice > issues.
please consider the inclusion of the following patch. BTW: 'make > /dev/null' to get essential output only. Index: configure.ac =================================================================== --- configure.ac (revision 5569) +++ configure.ac (working copy) @@ -568,7 +568,7 @@ CFLAGS="${CFLAGS} -pedantic" fi if test "${enable_strict}" = "yes"; then - CFLAGS="${CFLAGS} -Wall -Wextra" + CFLAGS="${CFLAGS} -Wall -Wextra -Wno-unused-parameter" fi if test "$GCC" = "yes"; then # This should be resolved not ignored. _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel