王胖胖OS 2020-09-21 11:55 采纳率: 33.3%
浏览 58

PClint错误码336、367、368具体描述的error是什么,最好使用代码示例

根据pclint错误码知道336、367、368报错的大概信息,但是不知道怎么用代码写出这三个告警:
336:source file is not valid UTF-8 Source files are expected to be encoded as ASCII text, UTF-8 text, or UTF-16 text. The provided source file was presumed to contain UTF-8 text but an invalid byte sequence was encountered.
367:maximum hook recursion depth (integer levels) reachedA limit has been reached on the number of recursively executing hooks. The limit that was reached is specifiedby ’integer’.
368:invalid conditional expression: string An invalid conditional expression has been provided to the -cond option. The specific error is provided inthe text of the message.
请知道的大佬麻烦写下这三个错误的示例代码,谢谢

  • 写回答

1条回答 默认 最新

  • 关注
    评论

报告相同问题?