ListCfg.hpp:597: sequence problem

Bug #1895386 reported by dcb
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Grub Customizer
New
Undecided
Unassigned

Bug Description

Model/ListCfg.hpp:597:67: warning: unsequenced modification and access to 'i' [-Wunsequenced]

Source code is

    this->send_new_load_progress(0.1 + (progressbarScriptSpace * ++i +
            (progressbarScriptSpace/10*innerCount)),
        script->name, i, this->repository.size());

Suggest avoid changing i while reading it.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.