From fb1fd431573222c327e2de8a310691e624b167dc Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Sun, 21 Aug 2022 22:49:38 -0700 Subject: [PATCH] SWDEV-352582 - Updated warning message Using wrapper header file will generate warning message during build time. Updated the message content to make it more meaningful Change-Id: I4e0c5e3d845946d9b493d98879ea8e75a92506ee [ROCm/clr commit: c833a192844b6fbe6a83335c72e4f60108ea2af4] --- projects/clr/hipamd/header_template.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/header_template.hpp.in b/projects/clr/hipamd/header_template.hpp.in index 65ed1180b5..51908a4ca6 100644 --- a/projects/clr/hipamd/header_template.hpp.in +++ b/projects/clr/hipamd/header_template.hpp.in @@ -22,7 +22,7 @@ #ifndef @include_guard@ #define @include_guard@ -#pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") +#pragma message("This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path") @include_statements@ @hashzero_check@