We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Severity Code Description Project File Line Suppression State Error C2059 syntax error: 'type' levent ..\levent\deps\libev\ev.c 1946
static void * noinline ecb_cold array_realloc (int elem, void *base, int *cur, int cnt) 改成 noinline static void * ecb_cold array_realloc (int elem, void base, int cur, int cnt) 好像返回值是void的时候__declspec (noinline)必须在 void的前面
The text was updated successfully, but these errors were encountered:
这个时libev代码,可以试着给libev提个pr
Sorry, something went wrong.
No branches or pull requests
Severity Code Description Project File Line Suppression State
Error C2059 syntax error: 'type' levent ..\levent\deps\libev\ev.c 1946
static void * noinline ecb_cold
array_realloc (int elem, void *base, int *cur, int cnt)
改成
noinline static void * ecb_cold
array_realloc (int elem, void base, int cur, int cnt)
好像返回值是void的时候__declspec (noinline)必须在 void的前面
The text was updated successfully, but these errors were encountered: