Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 894c5f8e authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Fixing warnings due to initialization order

Not sure how this got missed, but the order we list these members does
not match the order the variables are declared in their structs. This
results in a warning, since they'll be initialized based on the
declaration order, which may be surprising. In this case, it should
not affect the program, since they variables are independent, but
fixing removes the warning.

Bug: NA
Test: m
Change-Id: I22ab007248ee71d74fcf1be7e95f1910bfdd3e38
parent ade5478f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment