This patchset adds the -Wextra flag to CFLAGS and fixes up some of the
warnings that that generates. There are still some others that I'm
not sure how best to fix yet.

Jeff Layton (4):
  automake: add -Wextra to CFLAGS
  mtab: add __attribute__((unused)) to unused variables
  cifs.upcall: swap c99 initializers for memset calls
  data_blob: change for loop indices to a unsigned int

 Makefile.am   |    2 +-
 cifs.upcall.c |    8 ++++++--
 data_blob.c   |    4 ++--
 mtab.c        |    4 ++--
 4 files changed, 11 insertions(+), 7 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to