Module: Mesa Branch: master Commit: be0a2cfc65cbeceba5a74dc64e2200dc0fe01672 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be0a2cfc65cbeceba5a74dc64e2200dc0fe01672
Author: Dylan Baker <[email protected]> Date: Mon Apr 16 15:19:54 2018 -0700 meson: use new warning function Instead of emulating it with message. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b169fb0cf2..590ac40a78 100644 --- a/meson.build +++ b/meson.build @@ -58,7 +58,7 @@ if with_tools.contains('all') endif if get_option('texture-float') pre_args += '-DTEXTURE_FLOAT_ENABLED' - message('WARNING: Floating-point texture enabled. Please consult docs/patents.txt and your lawyer before building mesa.') + warning('Floating-point texture enabled. Please consult docs/patents.txt and your lawyer before building mesa.') endif dri_drivers_path = get_option('dri-drivers-path') _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
