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

Change-Id: I44adb1a4b9bba0bd89edb75be715504ede2e3d08
Cette révision appartient à :
Ranjith Ramakrishnan
2023-02-08 14:26:51 -08:00
Parent 99556449b6
révision 810c4ac244
+1 -1
Voir le fichier
@@ -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