1. 24 5月, 2012 1 次提交
    • 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
  2. 23 5月, 2012 7 次提交
  3. 22 5月, 2012 5 次提交
  4. 21 5月, 2012 3 次提交
  5. 18 5月, 2012 6 次提交
  6. 17 5月, 2012 7 次提交
  7. 16 5月, 2012 7 次提交
  8. 15 5月, 2012 4 次提交