diff --git a/projects/hip/include/hip/hip_runtime.h b/projects/hip/include/hip/hip_runtime.h index 90a349c6ec..e989eaa28e 100644 --- a/projects/hip/include/hip/hip_runtime.h +++ b/projects/hip/include/hip/hip_runtime.h @@ -65,7 +65,8 @@ THE SOFTWARE. #endif // The following are deprecation notices. -// They will be removed after upstream updation. +// They will be removed after upstream updation +#if 0 // Temporarily disable deprecation warning as it will fail rocgdb test #if defined(__clang__) //The following work for clang rather than for gnu gcc/g++/c++ #pragma GCC diagnostic push @@ -104,6 +105,7 @@ THE SOFTWARE. #pragma message ("__HIP_PLATFORM_NVCC_ is deprecated, please use __HIP_PLATFORM_NVIDIA__ instead") #endif #endif // defined(__clang__) +#endif #include #include