From 8211f9d6bc8ca21559a7e8459dd01b10c7680ea1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 6 May 2024 14:17:08 +0200 Subject: MHR-23: Add hint_manifest pragma. Signed-off-by: Amlal El Mahrouss --- Private/HintKit/CompilerHint.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Private/HintKit/CompilerHint.hxx b/Private/HintKit/CompilerHint.hxx index 830d5224..7abe9ff5 100644 --- a/Private/HintKit/CompilerHint.hxx +++ b/Private/HintKit/CompilerHint.hxx @@ -7,6 +7,8 @@ #ifndef __HINTKIT_COMPILER_HINT_HXX__ #define __HINTKIT_COMPILER_HINT_HXX__ +#pragma compiler(hint_manifest) + #define _Input #define _Output -- cgit v1.2.3