------- Comment #4 from lopezibanez at gmail dot com  2006-09-16 21:14 -------
The change was made on revision 110567 on gcc/cp/decl.c

@@ -9012,7 +9011,7 @@
            }

          if (what)
-           warning (0, "conversion to %s%s will never use a type "
+           warning (OPT_Wconversion, "conversion to %s%s will never use a type
"
                     "conversion operator",
                     ref ? "a reference to " : "", what);
        }


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26698

Reply via email to