[PATCH v3 1/4] modetest: Fix warnings

2013-02-12 Thread Laurent Pinchart
Enable all standard automake warnings except for -Wpointer-arith (as the test pattern generation code uses void pointer arithmetics) and fix them. Signed-off-by: Laurent Pinchart --- tests/modetest/Makefile.am | 4 +++- tests/modetest/buffers.c | 13 +++-- tests/modetest/buffers.h

[PATCH v3 1/4] modetest: Fix warnings

2013-02-12 Thread Laurent Pinchart
Enable all standard automake warnings except for -Wpointer-arith (as the test pattern generation code uses void pointer arithmetics) and fix them. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- tests/modetest/Makefile.am | 4 +++- tests/modetest/buffers.c | 13