String literals are always const
commitd4fe9aba3fc6f4b9cc97b100e86ffe7af5c29619
authorMichael Matz <matz@suse.de>
Mon, 3 Jul 2017 16:02:57 +0000 (3 18:02 +0200)
committerMichael Matz <matz@suse.de>
Mon, 3 Jul 2017 16:02:57 +0000 (3 18:02 +0200)
treee2596c401bf3e8118b142a1c18fcfab282092350
parentb68df809eb8e927b7b4be790f4a3fe0dd2772dc8
String literals are always const

Don't make the standard mandated types of string literals
depends on warning options.  Instead make them always const,
but limit the emission of the warning by that option.
tccgen.c