> Date: Sun, 28 Dec 2014 20:13:28 +0000 > From: Gavin Smith <[email protected]> > Cc: Texinfo <[email protected]> > > This appears to be an issue with varying implementations/standards. > Later standards declare the parameter as a 'char **', presumably > because char ** doesn't convert to const char **. We could always > stick a cast in there if the warning is a problem.
It's not a catastrophe, but with the latest versions of GCC becoming more and more noisy, my personal preference is to shut up as many warnings as possible, so that real problems are clearly visible.
