bug-gnulib
[Top][All Lists]
Advanced

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

Re: some gcc warnings


From: Bruno Haible
Subject: Re: some gcc warnings
Date: Fri, 05 May 2017 18:36:54 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-75-generic; KDE/5.18.0; x86_64; ; )

By the way, the proposed patch not only fixes the gcc warnings about aliasing,
but also the alignment issue: a declaration of a local variable
  char block[16];
does not ensure that 'block' will has the necessary alignment for uint32_t
accesses.

Bruno




reply via email to

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