Bugzilla – Bug 121
Fix some new GCC 4.2 const warnings
Last modified: 2007-12-17 09:56:26 UTC
When we have char *foo = {"bar", ...}, now GCC 4.2 gives a new warning: warning: deprecated conversion from string constant to 'char*'
Created attachment 98 [details] possible patch
Created attachment 99 [details] another patch (simpler version)
I committed the second patch (less intrusive). I'll revert if someone disagrees.