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

This reverts commit 810c4ac244.

Reason for revert: Need app fixes first

Change-Id: I1fea9a2ca8d57ef79a4f407bbc0d906976292eb1
Этот коммит содержится в:
Maneesh Gupta
2023-02-13 23:42:35 -05:00
родитель 4e324a9c63
Коммит 2801be2372
+1 -1
Просмотреть файл
@@ -23,7 +23,7 @@
#define @include_guard@
#if defined(__GNUC__)
#error "This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path"
#warning "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