Commit cc29fd59 by Mark Mitchell Committed by Mark Mitchell

* cvt.c (convert_to_void): Fix typo in comment.

From-SVN: r92556
parent ce21424d
2004-12-23 Mark Mitchell <mark@codesourcery.com>
* cvt.c (convert_to_void): Fix typo in comment.
2004-12-23 Alexandre Oliva <aoliva@redhat.com> 2004-12-23 Alexandre Oliva <aoliva@redhat.com>
PR c++/18962 PR c++/18962
......
...@@ -925,7 +925,7 @@ convert_to_void (tree expr, const char *implicit) ...@@ -925,7 +925,7 @@ convert_to_void (tree expr, const char *implicit)
/* We might like to warn about (say) "(int) f()", as the /* We might like to warn about (say) "(int) f()", as the
cast has no effect, but the compiler itself will cast has no effect, but the compiler itself will
generate implicit conversions under some generate implicit conversions under some
circmstances. (For example a block copy will be circumstances. (For example a block copy will be
turned into a call to "__builtin_memcpy", with a turned into a call to "__builtin_memcpy", with a
conversion of the return value to an appropriate conversion of the return value to an appropriate
type.) So, to avoid false positives, we strip type.) So, to avoid false positives, we strip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment