Commit 6bef5986 authored by Nils Goroll's avatar Nils Goroll

remove __unused for Sun CC

parent f863105b
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
#ifdef __SUNPRO_C #ifdef __SUNPRO_C
#define NEEDLESS_RETURN {} #define NEEDLESS_RETURN {}
#define NEEDLESS(s) {} #define NEEDLESS(s) {}
#define __unused
#else #else
#define NEEDLESS_RETURN return #define NEEDLESS_RETURN return
#define NEEDLESS(s) s #define NEEDLESS(s) s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment