Making Magic Tool source throw less compiler warnings.
This commit is contained in:
parent
db0be1a571
commit
ddc7bab3d5
3 changed files with 43 additions and 12 deletions
|
|
@ -134,5 +134,9 @@ typedef struct magic_api_t {
|
|||
|
||||
#define TP_MAGIC_API_VERSION __APIVERSION__
|
||||
|
||||
#ifndef ATTRIBUTE_UNUSED
|
||||
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
||||
#endif /* ATTRIBUTE_UNUSED */
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue