1. 19 5月, 2022 2 次提交
  2. 18 5月, 2022 9 次提交
  3. 17 5月, 2022 1 次提交
  4. 16 5月, 2022 4 次提交
  5. 13 5月, 2022 2 次提交
    • Y
      add return value for every condition, fixed #1601 · 29459897
      Yilu Mao 提交于
      [Detail]
      Issue description:
      Function that returns non-void is missing a return value
      Arriving at the end of a function without returning a value.
      
      Solution:
      Add return value at the end of function.
      
      [Verified Cases]
      Build Pass: eduk1_demo
      Test Pass: eduk1_demo
      Signed-off-by: NYilu Mao <yilu.myl@alibaba-inc.com>
      29459897
    • Y
      Change the type of address into unsigned int to print, fixes #1604 · 285829fd
      Yilu Mao 提交于
      [Detail]
      Issue description:
      An argument with the wrong type was passed to a print format specifier.
      Argument "playback_stream_hdl" to format specifier "%x" was expected to have type "unsigned int" but has type "void *".
      
      Solution:
      add the type declaration for it.
      
      [Verified Cases]
      Build Pass: eduk1_demo
      Test Pass: eduk1_demo
      285829fd
  6. 12 5月, 2022 3 次提交
  7. 10 5月, 2022 3 次提交
  8. 09 5月, 2022 7 次提交
  9. 07 5月, 2022 4 次提交
  10. 06 5月, 2022 5 次提交