Refactor __attribute__ usage

Use internal macros for compatibility with non GNUC compilers.
This commit is contained in:
Christian Göttsche
2020-09-09 21:35:15 +02:00
committed by cgzones
parent f4602f7b4e
commit 7107d1db0b
7 changed files with 24 additions and 24 deletions

View File

@ -21,4 +21,6 @@ typedef struct ZfsArcStats_ {
} ZfsArcStats;
}*/
static int make_iso_compilers_happy __attribute__((unused));
#include "Macros.h"
static int make_iso_compilers_happy ATTR_UNUSED;