build: Drop Werror=variadic-macros

The following commit:
f8b781245f27 ("build: Use -Wtype-limits and -Wvariadic-macros warnings")

added a warning about variadic-macros.  But it isn't quite clear why
since variadic macros are used throghout ell.  GCC doesn't honor this
option, but clang does.  Since there's no real reason to stop using
variadic macros at this time, drop this warning.
1 file changed