Disbaling #pragma deprecation warnings (#11)

[ROCm/rocprofiler commit: 0bb6be99cb]
This commit is contained in:
Bhardwaj, Gopesh
2025-02-10 21:41:17 +05:30
کامیت شده توسط GitHub
والد 35646e7b05
کامیت 43c073897d
2فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
@@ -73,9 +73,6 @@ THE SOFTWARE.
#endif /* !defined (ROCPROFILER_EXPORTS) */
#endif /* !defined (ROCPROFILER) */
// Deprecation warning for ROCProfiler V1 and V2
#pragma message( \
"Warning: ROCProfiler and ROCTracer are being phased out in favor of the latest version ROCProfiler-SDK. We encourage all users to upgrade to ROCProfiler-SDK library and rocprofv3 tool, to ensure continued support and access to new features.")
#include <stddef.h>
#include <stdint.h>
@@ -134,9 +134,6 @@ THE SOFTWARE.
#define ROCPROFILER_EXPORT ROCPROFILER_EXPORT_DECORATOR ROCPROFILER_CALL
#define ROCPROFILER_IMPORT ROCPROFILER_IMPORT_DECORATOR ROCPROFILER_CALL
//Deprecation warning for ROCprofiler V1 and V2
#pragma message( \
"Warning: ROCProfiler and ROCTracer are being phased out in favor of the latest version ROCProfiler-SDK. We encourage all users to upgrade to ROCProfiler-SDK library and rocprofv3 tool, to ensure continued support and access to new features.")
#if !defined(ROCPROFILER)
#if defined(ROCPROFILER_EXPORTS)