From ee3321f2dc7290a5b4d0cdcd5f53609f640240f4 Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Wed, 8 Feb 2023 17:25:28 -0800 Subject: [PATCH] SWDEV-366831 - File reorg backward compatibility message changed to #error Change-Id: I403c34722e6516c60c217ed1b883066e248c598b --- header_template.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header_template.hpp.in b/header_template.hpp.in index 2cd01969c6..e676774b28 100644 --- a/header_template.hpp.in +++ b/header_template.hpp.in @@ -24,7 +24,7 @@ #define @include_guard@ #if defined(__GNUC__) -#warning "This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with roctracer" +#error "This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with roctracer" #else #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with roctracer") #endif