Marek Polacek <pola...@redhat.com> writes:
> +  bool changed = false;
> +       changed |= true;
> +       changed |= true;
> +       changed |= true;
> +       changed |= true;
> +    if (changed)

Why do you use "|=" ...?  Isn't it equivalent to just "=" (which is
more clear) for a boolean?

Thanks,

-miles

-- 
永日の 澄んだ紺から 永遠へ

Reply via email to