Skip to content

Commit 43c0738

Browse files
authored
Disbaling #pragma deprecation warnings (#11)
[ROCm/rocprofiler commit: 0bb6be9]
1 parent 35646e7 commit 43c0738

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

projects/rocprofiler/include/rocprofiler/rocprofiler.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ THE SOFTWARE.
7373
#endif /* !defined (ROCPROFILER_EXPORTS) */
7474
#endif /* !defined (ROCPROFILER) */
7575

76-
// Deprecation warning for ROCProfiler V1 and V2
77-
#pragma message( \
78-
"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.")
7976

8077
#include <stddef.h>
8178
#include <stdint.h>

projects/rocprofiler/include/rocprofiler/v2/rocprofiler.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ THE SOFTWARE.
134134
#define ROCPROFILER_EXPORT ROCPROFILER_EXPORT_DECORATOR ROCPROFILER_CALL
135135
#define ROCPROFILER_IMPORT ROCPROFILER_IMPORT_DECORATOR ROCPROFILER_CALL
136136

137-
//Deprecation warning for ROCprofiler V1 and V2
138-
#pragma message( \
139-
"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.")
140137

141138
#if !defined(ROCPROFILER)
142139
#if defined(ROCPROFILER_EXPORTS)

0 commit comments

Comments
 (0)