You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
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:
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
The text was updated successfully, but these errors were encountered: