diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-06 14:17:08 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-06 14:17:08 +0200 |
| commit | 8211f9d6bc8ca21559a7e8459dd01b10c7680ea1 (patch) | |
| tree | 147d1dc2adcac9c64a9bf38b60277bda884487f3 | |
| parent | 2ada3fbb5d9ffc4a4b20acd8fe36930aab6db4c0 (diff) | |
MHR-23: Add hint_manifest pragma.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | Private/HintKit/CompilerHint.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
