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

Change-Id: I403c34722e6516c60c217ed1b883066e248c598b
Этот коммит содержится в:
Ranjith Ramakrishnan
2023-02-08 17:25:28 -08:00
родитель 397b3b10af
Коммит ee3321f2dc
+1 -1
Просмотреть файл
@@ -24,7 +24,7 @@
#define @include_guard@
#if defined(__GNUC__)
#warning "This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with roctracer"
#error "This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with roctracer"
#else
#pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with roctracer")
#endif