Jim Meyering wrote: > There are other ways to avoid the warning that are cleaner
Yes, I would have handled this one by adding a 'default: break;' alternative to the 'switch' statement. As a by-product of silencing the warning, it would also increase the robustness of the code. Bruno