Skip to content
Commit f6720947 authored by Bjorn Pettersson's avatar Bjorn Pettersson
Browse files

[Sema] Fix -Wparentheses warning seen with gcc

This patch simply replace
  assert(X || Y && "...")
by
  assert((X || Y) && "...")
to silence -Wparentheses warnings.
parent a23e01ad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment