OpenNuvoton / M2351BSP

M2351 BSP
15 stars 9 forks source link

Build SampleCode\CardReader\USBD_CCID error #12

Open David-lau opened 4 years ago

David-lau commented 4 years ago

../../../../Library/StdDriver/src/retarget.c(498): error: bitwise or with non-zero value always evaluates to true [-Werror,-Wtautological-bitwise-compare] while(1U|*sp){} ^~ ../../../../Library/StdDriver/src/retarget.c(500): error: 'return' will never be executed [-Werror,-Wunreachable-code-return] return lr; ^~ 2 errors generated.

David-lau commented 4 years ago

all demo build error, why?