You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the investigation. The loop is correct. That code handles a bytestream list of 9 items, in 3 groups of 3, in which decision on the first element in the triad is taken based on information from the second. The code can't be easily made more readable. If you like you can add a #pragma GCC to disable the warning. Patches are greatly appreciated.
C compiler clang says:
src/settingsimpl.cpp:108:5: warning: variable 'it' is incremented both in the loop header and in the loop body [-Wfor-loop-analysis]
Source code is
Suggest code rework.
The text was updated successfully, but these errors were encountered: