Fix ROCP_CI_LOG when ROCPROFILER_CI not defined (#864)

This commit is contained in:
Jonathan R. Madsen
2024-05-20 16:04:28 -05:00
committed by GitHub
parent 4d5b71b0e7
commit 7eeb7376b4
+1 -1
View File
@@ -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