feature: add warning macro for readability

Related-To: NEO-14511

Signed-off-by: Oskar Hubert Weber <oskar.hubert.weber@intel.com>
This commit is contained in:
Oskar Hubert Weber
2025-05-29 12:56:05 +00:00
committed by Compute-Runtime-Automation
parent 0b6775123e
commit db020bdd60

View File

@@ -34,6 +34,8 @@ constexpr DebugFunctionalityLevel globalDebugFunctionalityLevel = DebugFunctiona
if (flag) \
NEO::printDebugString(flag, __VA_ARGS__);
#define EMIT_WARNING(flag, ...) PRINT_DEBUG_STRING(flag, __VA_ARGS__)
namespace NEO {
template <DebugFunctionalityLevel debugLevel>
class FileLogger;