Fix ROCP_CI_LOG when ROCPROFILER_CI not defined (#864)

[ROCm/rocprofiler-sdk commit: 7eeb7376b4]
This commit is contained in:
Jonathan R. Madsen
2024-05-20 16:04:28 -05:00
committed by GitHub
parent e7cba805c5
commit ba3d0e2c19
@@ -55,7 +55,7 @@
# define ROCP_CI_LOG(NON_CI_LEVEL, ...) ROCP_FATAL
#else
# define ROCP_CI_LOG_IF(NON_CI_LEVEL, ...) ROCP_##NON_CI_LEVEL##_IF(__VA_ARGS__)
# define ROCP_CI_LOG(NON_CI_LEVEL, ...) ROCP_##NON_CI_LEVEL##
# define ROCP_CI_LOG(NON_CI_LEVEL, ...) ROCP_##NON_CI_LEVEL
#endif
namespace rocprofiler