Date: Thu, 16 Jan 2020 10:17:26 +0200 From: Rares Aioanei <bsdlisten@gmail.com> To: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: Clean up GNU-isms in base? Message-ID: <CAMy0BGRMYwwKNA3m7jW3Pz9yWvGeVULBKeJKfb50n3Cge8gHGQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
While compiling world with extra warnings I noticed compiler messages about GNU extensions being used in the code, for example the use of typeof() or warnings like this : "/usr/src/lib/libpmc/pmu-events/json.h:22:35: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]". Question is : is there an interest in doing a "clean-up" of such constructs in the code?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMy0BGRMYwwKNA3m7jW3Pz9yWvGeVULBKeJKfb50n3Cge8gHGQ>