mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-08 04:50:19 +01:00
Add check for clang to cairo attribute handling code
This commit is contained in:
parent
0bf0265009
commit
ef42ed0ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
#define unlikely(expr) (expr)
|
||||
#endif
|
||||
|
||||
#if !defined(__GNUC__)
|
||||
#if !defined(__GNUC__) && !defined (__clang__)
|
||||
#undef __attribute__
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue