amd/addrlib: remove Meson debug message()
authorSimon Ser <contact@emersion.fr>
Tue, 22 Jun 2021 12:58:16 +0000 (14:58 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 22 Jun 2021 23:47:19 +0000 (23:47 +0000)
This message pops up in the Meson build logs, but has no context
and doesn't seem to be directed at end-users. Sounds like a leftover
from a debugging session.

Signed-off-by: Simon Ser <contact@emersion.fr>
Fixes: d0767fc045a1 ("amd/addrlib: use cpp.has_argument() to filter compiler arguments")
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11524>

src/amd/addrlib/meson.build

index 8bafa9a..d838672 100644 (file)
@@ -68,8 +68,6 @@ foreach w : ['-Wno-unused-variable', '-Wno-unused-local-typedefs',
   endif
 endforeach
 
-message(cpp_args_addrlib)
-
 libamdgpu_addrlib = static_library(
   'addrlib',
   files_addrlib,