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
After #1251 , WebView on Android doesn't compile anymore
bridge_webview.c:156:5: error: call to undeclared function 'gettid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
ATTACH_GRAAL();
^
./bridge_webview.h:39:15: note: expanded from macro 'ATTACH_GRAAL'
int tid = gettid(); \
^
The text was updated successfully, but these errors were encountered:
After #1251 , WebView on Android doesn't compile anymore
The text was updated successfully, but these errors were encountered: