• Travis Cross's avatar
    fix gcc 4.7.0 warning related to enum type · 0c1a95f7
    Travis Cross 提交于
    This amends commit 7bd9efc7.
    
    We changed away from using unsigned here because it caused a warning
    on Windows.  Using the more specific type, however, is causing a
    warning on gcc-4.7 (it notices that the switch statement contains
    values not present in the specified enum type).  So we're switching
    back to unsigned here while keeping the type casts and hoping that
    keeps Windows happy.
    0c1a95f7
switch_rtp.c 145.7 KB