mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk) remove unused gcc symbol: TR_GNUC_PURE
This commit is contained in:
@@ -65,10 +65,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 96 )
|
||||
#define TR_GNUC_PURE __attribute__ ( ( __pure__ ) )
|
||||
#define TR_GNUC_MALLOC __attribute__ ( ( __malloc__ ) )
|
||||
#else
|
||||
#define TR_GNUC_PURE
|
||||
#define TR_GNUC_MALLOC
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user