diff options
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r-- | src/gui/skilldialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h index af25ec508..0b8287643 100644 --- a/src/gui/skilldialog.h +++ b/src/gui/skilldialog.h @@ -42,6 +42,12 @@ class TabbedArea; struct SkillInfo; +#ifdef __GNUC__ +#define _UNUSED_ __attribute__ ((unused)) +#else +#define _UNUSED_ +#endif + /** * The skill dialog. * |