Skip to content

Reorder field initializations for Build Error 7747773

@seanm Have a look if reordering the initialisation like this fixes the warnings in 7747773.

I have basically flipped their order around; I hope this is the "correct" way to satisfy this compiler warning. I'm stoking in the blind here because my gcc compiler does not give me warnings like these. Also I must say that this "reverse" order goes against what I would naturally want to do when initialising members from the method's arguments.

Merge request reports