Making Magic Tool source throw less compiler warnings.

This commit is contained in:
William Kendrick 2008-05-06 15:29:46 +00:00
parent db0be1a571
commit ddc7bab3d5
3 changed files with 43 additions and 12 deletions

View file

@ -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