class.c (maybe_warn_about_overly_private_class): Don't stop searching when we find...
authorJason Merrill <jason@gcc.gnu.org>
Mon, 13 Jan 2003 09:15:29 +0000 (04:15 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 13 Jan 2003 09:15:29 +0000 (04:15 -0500)
commite1dfc61b5b97c8ab1ffaeb7c863327e12ee193ae
treecf3cc8fe524a11b4e45ca34dc66696cb7460e49c
parentf576dfc407d1c68d514c2be8c8505c33b00ccee6
class.c (maybe_warn_about_overly_private_class): Don't stop searching when we find a nonprivate method.

        * class.c (maybe_warn_about_overly_private_class): Don't stop
        searching when we find a nonprivate method.

From-SVN: r61248
gcc/testsuite/g++.dg/warn/private1.C [new file with mode: 0644]