mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
libctf: fix __extension__ with non-GNU C compilers
We forgot to #define __extension__ to nothing in this case. libctf/ * ctf-impl.h [!__GNUC__] (__extension__): Define to nothing.
This commit is contained in:
@ -65,6 +65,7 @@ extern "C"
|
||||
#define _libctf_unlikely_(x) (x)
|
||||
#define _libctf_unused_
|
||||
#define _libctf_malloc_
|
||||
#define __extension__
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user