Remove the use of gnu extensions:
- anonymous structs
- variadic macros with no argument
And add a Clang warning for detecting their future use.
Backport of core PR18088.
Differential D9109
build: ensure we aren't using GNU extensions Fabien on Jan 28 2021, 16:32. Authored by Tags None Subscribers None
Details
Remove the use of gnu extensions:
And add a Clang warning for detecting their future use. Backport of core PR18088. With clang: ninja all check Check there is no warning.
Diff Detail
|