bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash-4.3-rc2 available for FTP


From: Mike Frysinger
Subject: Re: Bash-4.3-rc2 available for FTP
Date: Thu, 30 Jan 2014 15:23:54 -0500
User-agent: KMail/4.12.1 (Linux/3.13.0; KDE/4.12.1; x86_64; ; )

general.c is missing traps.h include:
        general.c: In function ‘bash_tilde_expand’:
        general.c:991:3: warning: implicit declaration of function
                ‘any_signals_trapped’ [-Wimplicit-function-declaration]
        if (any_signals_trapped () < 0)

unicode.c is missing stdio.h include:
        unicode.c: In function ‘u32tocesc’:
        unicode.c:141:5: warning: implicit declaration of function
                ‘sprintf’ [-Wimplicit-function-declaration]
        l = sprintf (s, "\\u%04X", wc);
        unicode.c:141:9: warning: incompatible implicit declaration of
        built-in function ‘sprintf’ [enabled by default]
        l = sprintf (s, "\\u%04X", wc);

expr.c uses a func name that conflicts with glibc's math lib:
        expr.c:210:17: warning: conflicting types for built-in function
        ‘exp2’ [enabled by default]
        static intmax_t exp2 __P((void));
guess it should be renamed to something else.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]