On 11/22/2012 02:33 PM, Adam Tkac wrote:
On Thu, Nov 22, 2012 at 12:30:00PM +0100, Petr Spacek wrote:
>Hello,
>
>this patch fixes the last warning from Clang. Any new warning should
>attract our attention.
>
>Commit message:
> Remove dead assignment in ldap_parse_zoneentry().
>
> Assigne
On Thu, Nov 22, 2012 at 12:30:00PM +0100, Petr Spacek wrote:
> Hello,
>
> this patch fixes the last warning from Clang. Any new warning should
> attract our attention.
>
> Commit message:
> Remove dead assignment in ldap_parse_zoneentry().
>
> Assigned result value was never read because
Hello,
this patch fixes the last warning from Clang. Any new warning should attract
our attention.
Commit message:
Remove dead assignment in ldap_parse_zoneentry().
Assigned result value was never read because it is overwritten
by following CHECK()s in any case.
Dead assignme