]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amdgpu: drop redundant W=1 warnings from Makefile
authorJani Nikula <jani.nikula@intel.com>
Thu, 23 May 2024 13:37:07 +0000 (16:37 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Sep 2024 21:55:17 +0000 (17:55 -0400)
commit0df8ef6e1b5dc7a6edc6242a95f47a257ffecff0
tree64b45ae4dc678a266b26885ad2120e4394d0e73e
parent7ccde2e6c0a5e50e11b74353b456bfe602efe6aa
drm/amdgpu: 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.

Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile