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: c833a19284]
This commit is contained in:
Ranjith Ramakrishnan
2022-08-21 22:49:38 -07:00
rodzic 8b508ffc6b
commit fb1fd43157
@@ -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@