mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
add underscores around __unused__ attribute
2008-03-15 Paolo Bonzini <bonzini@gnu.org> * lightning/asm-common.h: Add underscores around __unused__ attribute.
This commit is contained in:
parent
3a199529db
commit
ef5a3ab797
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-03-15 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* lightning/asm-common.h: Add underscores around __unused__
|
||||||
|
attribute.
|
||||||
|
|
||||||
2008-03-15 Paolo Bonzini <bonzini@gnu.org>
|
2008-03-15 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* lightning/ppc/core.h: Avoid some "value computed is not used"
|
* lightning/ppc/core.h: Avoid some "value computed is not used"
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define JIT_UNUSED __attribute__((unused))
|
#define JIT_UNUSED __attribute__((__unused__))
|
||||||
#else
|
#else
|
||||||
#define JIT_UNUSED
|
#define JIT_UNUSED
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue