From 810c4ac244173a573bc5653fc918de26f3db436b Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Wed, 8 Feb 2023 14:26:51 -0800 Subject: [PATCH] SWDEV-366831 - File reorg backward compatibility message changed to #error Change-Id: I44adb1a4b9bba0bd89edb75be715504ede2e3d08 --- hipamd/header_template.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/header_template.hpp.in b/hipamd/header_template.hpp.in index 2a23abb164..5ec051d50d 100644 --- a/hipamd/header_template.hpp.in +++ b/hipamd/header_template.hpp.in @@ -23,7 +23,7 @@ #define @include_guard@ #if defined(__GNUC__) -#warning "This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path" +#error "This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path" #else #pragma message("This file is deprecated. Use header files from HIP_PATH/include, where HIP_PATH corresponds to HIP install path") #endif