Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from raramakr/swdev-hasherror
Browse files Browse the repository at this point in the history
SWDEV-366831 - File reorg backward compatibility message changed to #error
  • Loading branch information
ashwinma authored Feb 10, 2023
2 parents c8108f9 + bbeadbf commit 9eb2ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/atmi-backward-compat.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ function(create_header_template)
#ifndef @include_guard@
#define @include_guard@
#if defined(_MSC_VER)
#if defined(__GNUC__)
#error \"This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with atmi\"
#else
#pragma message(\"This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with atmi\")
#elif defined(__GNUC__)
#warning \"This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with atmi\"
#endif
@include_statements@
Expand Down

0 comments on commit 9eb2ac6

Please sign in to comment.