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 grokos on Apr 25 2017, 8:23 AM. Authored by
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
|