Re: [PATCH v2] drm/amd/display: enable more strict compile checks
From: Christoph Hellwig
Date: Thu May 25 2023 - 05:43:24 EST
> +subdir-ccflags-y += -Werror -Wunused -Wmisleading-indentation
We have a config option for -Werror. Blindly adding this will create
problems with too new (or sometimes too old, or just too weird)
compilers all the time. Don't do this.