Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
567bd376
Commit
567bd376
authored
Nov 08, 2010
by
Michael Beck
Browse files
Better fix for __attibute__ usage, this is a GCC feature.
[r28137]
parent
47aca3cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/adt/obstack.h
View file @
567bd376
...
...
@@ -507,10 +507,10 @@ __extension__ \
# define FIRM_NOTHROW
#endif
#ifdef _WIN32
# define FIRM_PRINTF(a,b)
#else
#ifdef __GNUC__
# define FIRM_PRINTF(a,b) __attribute__ ((__format__ (__printf__, a, b)))
#else
# define FIRM_PRINTF(a,b)
#endif
/** prints formated string (printf-style format) to an obstack.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment