]> git.ipfire.org Git - thirdparty/gcc.git/commit
Warning fixes:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Oct 1998 20:33:45 +0000 (20:33 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Oct 1998 20:33:45 +0000 (20:33 +0000)
commit7b2b8b98a37ced275ceb0ad45faa4b3f45f28b4b
tree70a8dca684e92d634e8db0c480d175094e68c981
parentba1c8484dd9f158c58d0572f7d77a50d721bedaa
Warning fixes:
        * class.c (make_method_vec): Cast 1st argument of `bzero' to (PTR).
        (add_method): Likewise for arguments 1 & 2 of `bcopy'.
        * decl.c (signal_catch): Mark with ATTRIBUTE_NORETURN.
        * pt.c (process_partial_specialization): Cast 1st argument of
        `bzero' to (PTR).
        * tree.c (build_base_fields): Cast `base_align' to (int) when
        comparing against one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23156 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/tree.c