Open jbicha opened 6 years ago
Why do we want to build with C11? Are there any C11 features we use? Is there any performance increase? The original commit fixed a bug on old GCC versions.
Do you still support old GCC?
I guess I support the GCC in rhel 7 -- although a lot of people use older gccs than that. I still don't really understand why you want to use C11 mode...
Ok, feel free to close if this is intentional. Sorry to bother you.
I propose that we revert https://github.com/hughsie/colord/commit/b5436b49d7d
That commit forces the C99 standard to be used. Otherwise, it would build with C11 on newer distros. (There are some comments on the commit.)