Enclose macro arguments in parentheses

BUG=webm:1606

Change-Id: I661485b860243c95b6450035dbac77b0dd4d9ff4
This commit is contained in:
Jerome Jiang
2019-03-13 16:21:43 -07:00
parent 855a71dfda
commit 1ece42aaf7
33 changed files with 120 additions and 118 deletions

View File

@@ -32,7 +32,7 @@ typedef const bool_coder_spec c_bool_coder_spec;
typedef const bool_writer c_bool_writer;
typedef const bool_reader c_bool_reader;
#define vp8_complement(x) (255 - x)
#define vp8_complement(x) (255 - (x))
/* We build coding trees compactly in arrays.
Each node of the tree is a pair of vp8_tree_indices.