[Bug c/50645] New: old issue - deprecated conversion from string to char*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50645 Bug #: 50645 Summary: old issue - deprecated conversion from string to char* Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal
[Bug c/50645] old issue - deprecated conversion from string to char*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50645 --- Comment #1 from mike.c at rocketime dot com 2011-10-07 00:35:20 UTC --- The quick fix: #pragma GCC diagnostic ignored "-Wwrite-strings" ... of course eliminates the warnings -- but logically, you DO WANT A WARNING when you