qqiangwu / cppsafe

Cpp lifetime safety profile static analyzer
MIT License
39 stars 1 forks source link

what encoding does cppsafe support ? #54

Closed SteveLee123 closed 3 months ago

SteveLee123 commented 3 months ago

I have some .cpp file's encoding is GB2321. And seems that cppsafe can't support it , because cppsafe outputs many error , which describe that GB2321 Chinese words can not be recognized.

Does this have any solution?

thanks for helping. ~v~

SteveLee123 commented 3 months ago

fix by: -Wno-invalid-source-encoding