Skip to content
  • Urvang Joshi's avatar
    RANGE_CHECK: "==" || ">" is simply ">=". · cd8ab904
    Urvang Joshi authored
    Also:
    - For unsigned ints, don't check value >= 0 as that is always true.
    - Add "-Wlogical-op" warning flag which would have warned that "logical
      'or' of collectively exhaustive tests is always true" before this
      patch.
    
    Change-Id: Idf3bd312464397f2df19256fc69b22f345dc7753
    cd8ab904