diff options
Diffstat (limited to 'clang/test/PCH/single-token-macro.c')
-rw-r--r-- | clang/test/PCH/single-token-macro.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/PCH/single-token-macro.c b/clang/test/PCH/single-token-macro.c index aa02f65f78b..b077abaa036 100644 --- a/clang/test/PCH/single-token-macro.c +++ b/clang/test/PCH/single-token-macro.c @@ -12,6 +12,8 @@ #ifndef HEADER #define HEADER +#pragma clang diagnostic ignored "-Wreserved-id-macro" + #ifdef __stdcall // __stdcall is defined as __attribute__((__stdcall__)) for targeting mingw32. #undef __stdcall |