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

Change-Id: I44adb1a4b9bba0bd89edb75be715504ede2e3d08


[ROCm/clr commit: 810c4ac244]
This commit is contained in:
Ranjith Ramakrishnan
2023-02-08 14:26:51 -08:00
parent 77e78dff33
commit e9ebd8b072
+1 -1
View File
@@ -23,7 +23,7 @@
#define @include_guard@
#if defined(__GNUC__)
#warning "This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path"
#error "This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path"
#else
#pragma message("This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path")
#endif