Compiling with -Werror triggers an error due to a missing pair of parentheses:
error: using the result of an assignment as a condition without parentheses [-Werror,-Wparentheses]
Differential D32490
[OpenMP] Add missing parenthesis which triggers a compile error Authored by grokos on Apr 25 2017, 8:23 AM.
Details Compiling with -Werror triggers an error due to a missing pair of parentheses: error: using the result of an assignment as a condition without parentheses [-Werror,-Wparentheses]
Diff Detail
|