From 3acbe8145c60f4d1e7a180b4602a94269a489df5 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 27 Apr 2023 12:36:59 +0800 Subject: Fix most of the disabled warnings on gcc/clang (#2839) --- source/core/slang-process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/core/slang-process.h') diff --git a/source/core/slang-process.h b/source/core/slang-process.h index 6d86d8b14..ab54f36c9 100644 --- a/source/core/slang-process.h +++ b/source/core/slang-process.h @@ -21,6 +21,7 @@ public: { enum Enum : Flags { + // Ignored on non-Windows platforms AttachDebugger = 0x01, }; }; -- cgit v1.2.3