]> www.infradead.org Git - users/hch/misc.git/commit
drm/xe: drop redundant W=1 warnings from Makefile
authorJani Nikula <jani.nikula@intel.com>
Thu, 23 May 2024 13:37:06 +0000 (16:37 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 5 Jun 2024 12:33:59 +0000 (15:33 +0300)
commitf6c823f9b9d40f6811a6da4bcf6005a52f28c6d6
treec7603a3697793d929423687b93c9bb07e42260c3
parent8b01f970ee890574b3607c85781354a765c849bd
drm/xe: drop redundant W=1 warnings from Makefile

Since commit a61ddb4393ad ("drm: enable (most) W=1 warnings by default
across the subsystem"), most of the extra warnings in the driver
Makefile are redundant. Remove them.

Note that -Wmissing-declarations and -Wmissing-prototypes are always
enabled by default in scripts/Makefile.extrawarn.

Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/958a67adcbb64d3a387d2a07d83b05d71176e938.1716471145.git.jani.nikula@intel.com
drivers/gpu/drm/xe/Makefile