Skip to content
  • Geza Lore's avatar
    Fix 2 warning when building with GCC 5. · c6cf7a61
    Geza Lore authored
    These caused the following warning with GCC 5:
         warning: logical not is only applied to the left hand side of
         comparison [-Wlogical-not-parentheses]
         assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
    
    Change-Id: If296aabb2311ceb7d903b395c1549ef81c2cbf9b
    c6cf7a61