根据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.
请知道的大佬麻烦写下这三个错误的示例代码,谢谢
https://blog.csdn.net/weixin_34357962/article/details/91881339