mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Refactor __attribute__ usage
Use internal macros for compatibility with non GNUC compilers.
This commit is contained in:

committed by
cgzones

parent
f4602f7b4e
commit
7107d1db0b
@ -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;
|
||||
|
Reference in New Issue
Block a user