diff options
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r-- | gcc/cp/call.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 1d54e7c..7f4c016 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -6563,10 +6563,10 @@ tweak: { if (warn) { - pedwarn ("\ -ISO C++ says that these are ambiguous, even \ -though the worst conversion for the first is better than \ -the worst conversion for the second:"); + warning (0, + "ISO C++ says that these are ambiguous, even " + "though the worst conversion for the first is better than " + "the worst conversion for the second:"); print_z_candidate (_("candidate 1:"), w); print_z_candidate (_("candidate 2:"), l); } |