mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
[LIB/ATL] Take the gcc code path for the unused macros when compiling with clang. CORE-11799 (#94)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#define GCCU(x) x __attribute__((unused))
|
||||
#define Unused(x)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user