Fix empty __attribute__ definition for !__GNUC__
This commit is contained in:
parent
7d819ca43d
commit
764ceb7b7e
@ -6,7 +6,7 @@
|
|||||||
# ifdef __attribute__
|
# ifdef __attribute__
|
||||||
# undef __attribute__
|
# undef __attribute__
|
||||||
# endif
|
# endif
|
||||||
# define __attribute__ (a)
|
# define __attribute__(a)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SODIUM_STATIC
|
#ifdef SODIUM_STATIC
|
||||||
|
Loading…
Reference in New Issue
Block a user