On Fri, Oct 07, 2016 at 07:56:45AM +0200, Yves-Alexis Perez wrote: > On Fri, 2016-10-07 at 00:32 +0300, Adrian Bunk wrote: > > Control: tags 837007 +patch > > > > A fix for the xfce4-radio-plugin FTBFS is attached. > > Thanks. To be honest I was actually thinking on letting the plugin die (nobody > really takes care of it upstream). The patch is simple enough (although it > might have side effects) so I might just apply it as is.
I would not expect any negative side effects. I assume the C99 setting was once done because C89 is not enough. Since gcc 5, gcc does default to C11 instead of C89. This was a pretty painless change since there are no real incompatibilities. (The C++ default change in gcc 6 is/was more problematic.) If the code needs >= C99, then the default of C11 should work just fine. > Regards, cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed