diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-03-04 15:38:28 +0000 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-03-04 15:38:28 +0000 |
| commit | 357e7a82bc85acee0ed05c6dc0fd870990859df9 (patch) | |
| tree | 896663a5f2ec9498513b99659c5d73a8718ece7e /Private/NewKit | |
| parent | 332fab8d57aac52b9664785cbda989260962a41c (diff) | |
| parent | 64c8674bc09985fcf7119cfb2b88cad3081b1603 (diff) | |
Merge branch 'unstable' into 'trunk'
HCoreKrnl:HAL: Work on interrupts for AMD64
See merge request mahrouss-logic/micro-kernel!8
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Macros.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp index 5b8fd0ce..141ccc53 100644 --- a/Private/NewKit/Macros.hpp +++ b/Private/NewKit/Macros.hpp @@ -89,3 +89,4 @@ #endif #define STRINGIFY(X) #X +#define HCORE_UNUSED(X) ((void)X)
\ No newline at end of file |
