Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure under FreeBSD 10.2 #13

Open
dspinellis opened this issue Feb 20, 2016 · 3 comments
Open

Test failure under FreeBSD 10.2 #13

dspinellis opened this issue Feb 20, 2016 · 3 comments
Assignees

Comments

@dspinellis
Copy link
Owner

csmake test 5 fails with

  /usr/include/runetype.h:92: error: syntax error
@dspinellis dspinellis self-assigned this Feb 20, 2016
@dspinellis
Copy link
Owner Author

Line 92 of runetype.h is

extern _Thread_local const _RuneLocale *_ThreadRuneLocale;

It seems that _Thread_local isn't being handled correctly.

dspinellis added a commit that referenced this issue Feb 20, 2016
@dspinellis
Copy link
Owner Author

CScout wrongly objects

/usr/include/runetype.h:92: error: at most one storage class can be specified

However, const is a storage class qualifier, not specifier.

@dspinellis
Copy link
Owner Author

It's actually the combination of _Thread_local with static. See #14.

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

No branches or pull requests

1 participant