Defeat compiler optimization
authorMatthias Clasen <mclasen@redhat.com>
Sat, 31 Mar 2018 22:49:15 +0000 (18:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 1 Apr 2018 01:02:51 +0000 (21:02 -0400)
commitd15a29c876a464954b6b02cc5eb08f4d0b59c1c0
tree4c7ed2c7f542bf48bbff28f40967ceb5f022cef0
parent0f28f0ee3950266fe7f627e2ab0dcfbacab4e1de
Defeat compiler optimization

We always want to call both update functions here, and
the compiler unhelpfully optimizes out the second call
if the first one returns TRUE.
gtk/gtkfontchooserwidget.c