]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/ChangeLog
Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 15 Oct 1998 15:55:04 +0000 (15:55 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 15 Oct 1998 15:55:04 +0000 (15:55 +0000)
commit91e0f659c961f6c6e7e1cb1067c171567b91c29e
tree368cd8929f4b72dcda6983b75b0625fd2c6962c4
parentce0a595295f77ae947106256dbc823f936d17fb6
Warning fixes:

        * choose-temp.c: Prototype mkstemps() when IN_GCC.
        * cplus-dem.c (consume_count): Cast argument of ctype macro to
        `unsigned char'.
        (cplus_demangle_opname): Cast the result of `strlen' to (int) when
        comparing against one.
        (cplus_mangle_opname): Likewise.
        (demangle_integral_value): Cast argument of ctype macro to
        `unsigned char'.
        (demangle_template_value_parm): Likewise.
        (demangle_template): Initialize variable `bindex'.  Cast the
        result of `strlen' to (int) when comparing against one.  Remove
        unused variable `start_of_value_parm'.
        (demangle_class_name): Cast the result of `strlen' to (int) when
        comparing against one.
        (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
        (gnu_special): Likewise.  Cast the result of `strlen' to (int)
        when comparing against one.
        (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
        (get_count): Likewise.
        (do_type): Likewise.  Cast the result of `strlen' to (int) when
        comparing against one.
        (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
        (demangle_function_name): Cast the result of `strlen' to (int)
        when comparing against one.
        * mkstemp.c (mkstemps): Cast variable `len' to (int) when
        comparing against one.

From-SVN: r23113
libiberty/ChangeLog
libiberty/choose-temp.c
libiberty/cplus-dem.c
libiberty/mkstemp.c