跑步夹板
matt@stanley:~/cpfs$ splint -paramuse +gnuextensions cpfs.c
在这条线上暂停:
__thread int cpfs_errno;
出现解析错误:
cpfs.c:127:13:解析错误:非函数声明:__thread: 诠释。(有关解析错误的帮助,请参阅 splint -help parseerrors。) *** 无法继续。
检查文档和漱口水没有提到__thread
. 然而,它是 Splint 据称支持__thread
的 C99 规范的一部分(插入参考)。
这里发生了什么?我怎样才能让夹板识别__thread
?