31 Jul
2014
31 Jul
'14
10 a.m.
Niall Douglas wrote:
The following libraries use -pedantic and therefore generate warning spew on clang with Preprocessor:
Chrono Thread Test
...
An alternative is to remove -pedantic on clang.
Or, whoever adds -pedantic to the command line also needs to add -Wno-c99-extensions and -Wno-variadic-macros.