summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2019-10-04 11:06:06 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2019-10-12 10:27:49 +0200
commite55a79b022e542a482177c2f34140c23b100b708 (patch)
tree85dd97a84a96ec238f66ed632871a38c9b59ee8a /examples
parentb43f5ed2da868eab17881872b165ae048d8a1d88 (diff)
PNG handler: stop using volatile
I can only guess: the compression quality was declared volatile to make it survive across a setjmp/longjmp. However, executing a longjmp makes the code never touch the quality variable again, so volatile isn't needed. Change-Id: Iba1559d66200b900fbad55aa0ee3011b2407eead Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions