summaryrefslogtreecommitdiff
path: root/core/src/fxge/win32
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-07-01 14:08:08 -0700
committerNico Weber <thakis@chromium.org>2015-07-01 14:08:08 -0700
commitae195a4242a81899708eb58e109fd0d1a9cbbeeb (patch)
treeec71759983cc216df84a72695ea1c748516c823e /core/src/fxge/win32
parentac9e977a913d134c5f536eeef60a2de6941f2863 (diff)
downloadpdfium-ae195a4242a81899708eb58e109fd0d1a9cbbeeb.tar.xz
Fix some clang warnings with -Wmissing-braces in pdfium.
Clang warns if there are missing braces around a subobject initializer. The most common idiom that triggers this is: STRUCT s = {0}; if the first field of STRUCT is itself a struct. This can be more simply written as: STRUCT s = {}; which also prevents the warning from firing. Other instances of the warning have been fixed by adding braces where appropriate. R=brucedawson@chromium.org Review URL: https://codereview.chromium.org/1213523004.
Diffstat (limited to 'core/src/fxge/win32')
0 files changed, 0 insertions, 0 deletions