Skip to content
  • Rupert Swarbrick's avatar
    Fix build warnings in av1_cx_iface.c · 98cab1a1
    Rupert Swarbrick authored
    aq_mode and deltaq_mode are enums starting at zero so checking they
    are in the range 0..X triggers a clang warning of the form "comparison
    of unsigned enum expression >= 0 is always true".
    
    Change-Id: Ia41d819958ae5a1ac10e6da5550169a2a326bf1a
    98cab1a1