Gerald - 2014-11-11

I am trying to build ctags with MinGW 4.9, but got errors below:

general.h:60:22: error: expected ')' before '__attribute__'
# define __unused__  __attribute__((unused))
                     ^

Is there any way to fix this? Thanks in advance.