I am using a Third-party package that has virtual functions in classes, but no virtual destructor.
There is nothing I can do to change that package, but I get g++ warning about the same (I am using g++). Is there a way to suppress the warning for given set of header-files. I don't want to use -Wno- non-virtual-dtor because that inhibit everywhere. Wondering, if some pragma or something inhibit for certain files or class-names. Thanks _______________________________________________ help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
