http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47700
Summary: Warning for C casts in C++ Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: olafvds...@gmail.com Some consider C casts in C++ code bad. g++ -Wall -pedantic doesn't warn. Could this (optional) warning be added?