Re: [Linuxwacom-devel] [PATCH input-wacom] Enable additional compile warnings

2015-12-02 Thread Ping Cheng
On Monday, November 30, 2015, Jason Gerecke wrote: > Adds -Werror and -Wextra to the list of kernel CFLAGS so that we can be > made aware of more potential issues with the code. > > -Wunused-parameter is explicitly disabled because unused parameters are > quite common

[Linuxwacom-devel] [PATCH input-wacom] Enable additional compile warnings

2015-11-30 Thread Jason Gerecke
Adds -Werror and -Wextra to the list of kernel CFLAGS so that we can be made aware of more potential issues with the code. -Wunused-parameter is explicitly disabled because unused parameters are quite common throughout the kernel, producing copious amounts of noise. -Wmissing-field-initializers