-Wold-style-cast (C++ and Objective-C++ only)Warn if an old-style (C-style) cast to a non-void type is usedwithin a C++ program. The new-style casts (dynamic_cast,static_cast, reinterpret_cast, and const_cast) are less vulnerableto unintended effects and much easier to search for.