This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/65490] terminals.c:1266:21: warning: argument to âsizeofâ in âbzeroâ call is the same expression as the destination


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65490

--- Comment #2 from vries at gcc dot gnu.org ---
Author: vries
Date: Tue Mar 31 08:30:15 2015
New Revision: 221789

URL: https://gcc.gnu.org/viewcvs?rev=221789&root=gcc&view=rev
Log:
Fix bzero warning in child_setup_tty

2015-03-31  Tom de Vries  <tom@codesourcery.com>

    PR ada/65490
    * terminals.c (child_setup_tty): Fix warning 'argument to sizeof in
    bzero call is the same expression as the destination'.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/terminals.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]