mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[CRT]
- Add __MINGW_ATTRIB_UNUSED macro. svn path=/trunk/; revision=48225
This commit is contained in:
@@ -116,6 +116,12 @@
|
||||
#define __MINGW_ATTRIB_NONNULL(arg)
|
||||
#endif /* GNUC >= 3.3 */
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define __MINGW_ATTRIB_UNUSED __attribute__ ((__unused__))
|
||||
#else
|
||||
#define __MINGW_ATTRIB_UNUSED
|
||||
#endif /* ATTRIBUTE_UNUSED */
|
||||
|
||||
#if __MINGW_GNUC_PREREQ (3, 1)
|
||||
#define __MINGW_ATTRIB_DEPRECATED __attribute__ ((__deprecated__))
|
||||
#elif __MINGW_MSC_PREREQ(12, 0)
|
||||
|
||||
Reference in New Issue
Block a user