SWDEV-366831 - File reorg backward compatibility message changed to #error

Change-Id: Ic47e8d32846e5c15ee7449e53ccea52041862299
Этот коммит содержится в:
Ranjith Ramakrishnan
2023-02-08 23:02:06 -08:00
коммит произвёл Ammar ELWazir
родитель 8032adb64f
Коммит 7f413038d2
+1 -1
Просмотреть файл
@@ -53,7 +53,7 @@ function(create_header_template)
#define @include_guard@
#if defined(__GNUC__)
#warning \"This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with rocprofiler\"
#error \"This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with rocprofiler\"
#else
#pragma message(\"This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with rocprofiler\")
#endif