commit | 170aebefe451ffeb7badac2c30f8ce2af02b282c | [log] [tgz] |
---|---|---|
author | Denis Kenzior <denkenz@gmail.com> | Thu Apr 13 22:09:12 2023 -0500 |
committer | Denis Kenzior <denkenz@gmail.com> | Sun Apr 16 11:26:22 2023 -0500 |
tree | 0219b637739fedf357e1c6feee9b598424adaab4 | |
parent | 22775c298c092e017ea22844317e3e07ff2207f5 [diff] |
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.