This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/32085] "warning: deleting void* is undefined" sometimes bogus



------- Comment #9 from andrew dot stubbs at st dot com  2007-05-30 08:51 -------
OK, I see what you are getting at now. The delete is defined (by the code), but
the warning concerns the destructor also.

Anyway, as you say, the warning can be silenced by casting to char*.


-- 

andrew dot stubbs at st dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]