Commit 991ccdc5 by lhchavez

formatting

parent b060080e
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
#endif #endif
#if defined(__GNUC__) #if defined(__GNUC__)
# define GIT_UNUSED(x) \ # define GIT_UNUSED(x) \
do { \ do { \
typeof(x) _unused __attribute__((unused)); \ typeof(x) _unused __attribute__((unused)); \
_unused = (x); \ _unused = (x); \
} while (0) } while (0)
#else #else
# define GIT_UNUSED(x) ((void)(x)) # define GIT_UNUSED(x) ((void)(x))
......
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