summaryrefslogtreecommitdiff
path: root/libs/ultrahdr/jpegencoderhelper.cpp
diff options
context:
space:
mode:
author Leon Scroggins III <scroggo@google.com> 2023-08-25 14:43:54 -0400
committer Leon Scroggins III <scroggo@google.com> 2023-08-25 14:43:54 -0400
commit894c5f8ed4147df4b276e9cfcd964ce8e6b7948c (patch)
tree682ff55481a2a5bd45057fd390686e47473ca25a /libs/ultrahdr/jpegencoderhelper.cpp
parentade5478f6f767bfae0b842642560c72bc34fd360 (diff)
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
Diffstat (limited to 'libs/ultrahdr/jpegencoderhelper.cpp')
0 files changed, 0 insertions, 0 deletions