Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

unknown type name ''size_t'' #1200

Open
YaoQ1580 opened this issue Jul 11, 2021 · 0 comments
Open

unknown type name ''size_t'' #1200

YaoQ1580 opened this issue Jul 11, 2021 · 0 comments

Comments

@YaoQ1580
Copy link

YaoQ1580 commented Jul 11, 2021

When I index my project, a lot of errors occur with message "unknown type name ''size_t" ", I googled that "size_t" is defined in <stddef.h> but the <stddef.h> file included by sourcetrail has empty content. It just has the following 3 lines:

#ifndef __always_inline
#define __always_inline inline
#endif

No "size_t" is defined. I don't know why? The global include paths of my project are auto detected from gcc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants