Fix empty __attribute__ definition for !__GNUC__

This commit is contained in:
Frank Denis
2015-12-20 17:20:30 +01:00
parent 7d819ca43d
commit 764ceb7b7e
+1 -1
View File
@@ -6,7 +6,7 @@
# ifdef __attribute__
# undef __attribute__
# endif
# define __attribute__ (a)
# define __attribute__(a)
#endif
#ifdef SODIUM_STATIC