summaryrefslogtreecommitdiff
path: root/FL/fl_ask.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/fl_ask.H')
-rw-r--r--FL/fl_ask.H9
1 files changed, 1 insertions, 8 deletions
diff --git a/FL/fl_ask.H b/FL/fl_ask.H
index 84e9ef227..964ea366b 100644
--- a/FL/fl_ask.H
+++ b/FL/fl_ask.H
@@ -22,6 +22,7 @@
# define fl_ask_H
# include "Enumerations.H"
+# include "fl_attr.h"
class Fl_Widget;
/** Different system beeps available.
@@ -35,14 +36,6 @@ enum Fl_Beep {
FL_BEEP_NOTIFICATION ///< Notification beep.
};
-# ifdef __GNUC__
-/* the GNUC-specific attribute appearing below in prototypes with a variable list of arguments
- helps detection of mismatches between format string and argument list at compilation time */
-# define __fl_attr(x) __attribute__ (x)
-# else
-# define __fl_attr(x)
-# endif // __GNUC__
-
FL_EXPORT void fl_beep(int type = FL_BEEP_DEFAULT);
FL_EXPORT void fl_message(const char *,...) __fl_attr((__format__ (__printf__, 1, 2)));
FL_EXPORT void fl_alert(const char *,...) __fl_attr((__format__ (__printf__, 1, 2)));