The warnings means that on the switch statement, in case of a condition, the code may go to the next case because the break is missing.
確定! 回上一頁