]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/c.opt
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
[thirdparty/gcc.git] / gcc / c-family / c.opt
index b25ecd6789a58f43e3f260c2ce78e2bba7f1a191..868247168fe045a6e2f8e0c7f6fefe0e26e77e7d 100644 (file)
@@ -667,7 +667,7 @@ Warn when a register variable is declared volatile
 
 Wwrite-strings
 C ObjC C++ ObjC++ Var(warn_write_strings) Warning
-In C++, nonzero means warn about deprecated conversion from string literals to `char *'.  In C, similar warning, except that the conversion is of course not deprecated by the ISO C standard.
+In C++, nonzero means warn about deprecated conversion from string literals to 'char *'.  In C, similar warning, except that the conversion is of course not deprecated by the ISO C standard.
 
 Wpointer-sign
 C ObjC Var(warn_pointer_sign) Init(-1) Warning