From f71c2d02294fb3ceb7b19a93a6913f97c4ff2b7a Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Tue, 21 Oct 2014 12:04:41 -0700 Subject: Add missing parenthesis in FXARGB_GETDIB macro You can get warning when using FXARGB_GETDIB() with & operation in the same statement like: FXARGB_GETDIB(src_scan) & 0xffffff in fx_dib_composite.cpp: ../../third_party/pdfium/core/src/fxge/dib/fx_dib_composite.cpp:737:205: error: '&' within '|' [-Werror,-Wbitwise-op-parentheses] Original patch from jiangj@opera.com R=thakis@chromium.org Review URL: https://codereview.chromium.org/578253002 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 4dc71c83fa..332b853110 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,6 +26,7 @@ Raymes Khoury Reid Kleckner Robert Sesek Thomas Sepez +Jiang Jiang Foxit Software Inc <*@foxitsoftware.com> Google Inc. <*@google.com> -- cgit v1.2.3