commit | 89009b7746fa66634061a7e76f881b7ea344d26d | [log] [tgz] |
---|---|---|
author | Nick Desaulniers <nick.desaulniers@gmail.com> | Sun May 21 00:15:27 2017 -0700 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Jun 08 13:59:18 2017 +0800 |
tree | 9f989be643441f1dd1ef2de4c070dbf52898f1f0 | |
parent | a1dcba905817f97a4086392276334dce0f6faea7 [diff] |
drm/i915/gvt: remove redundant -Wall This flag is already set in the top level Makefile of the kernel. Also, by having set CONFIG_DRM_I915_GVT, thereby appending -Wall to ccflags, you undo all the -Wno-* cflags previously set in the Make variable KBUILD_CFLAGS. For example: cc foo.c -Wall -Wno-format -Wall resets -Wformat. Signed-off-by: Nick Desaulniers <nick.desaulniers@gmail.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>