-
Notifications
You must be signed in to change notification settings - Fork 3k
netsocket: Fix compiler warning #7883
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
Conversation
[Warning] InternetSocket.h@237,10: 'InternetSocket::_factory_allocated' will be initialized after [-Wreorder] [Warning] InternetSocket.h@236,23: 'volatile unsigned int InternetSocket::_pending' [-Wreorder] [Warning] InternetSocket.cpp@22,1: when initialized here [-Wreorder]
/morph build |
Build : SUCCESSBuild number : 2922 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2542 |
Test : FAILUREBuild number : 2673 |
Huh. I don't think the failure is related to the PR. @juhaylinen Could you confirm? |
@cmonr Looks like random fail. Please restart the tests. |
/morph test |
Test : FAILUREBuild number : 2687 |
Greentea sync failure. Please restart. |
Will do once rc2 PR are completed |
/morph build |
Build : SUCCESSBuild number : 3044 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2660 |
Test CI needs to be restarted. Will restart aftetr 5.10-rc2 is generated. |
Test : FAILUREBuild number : 2820 |
/morph test |
Test : SUCCESSBuild number : 2879 |
Description
Fixes below warning from GCC_ARM compiler:
[Warning] InternetSocket.h@237,10: 'InternetSocket::_factory_allocated' will be initialized after [-Wreorder]
[Warning] InternetSocket.h@236,23: 'volatile unsigned int InternetSocket::_pending' [-Wreorder]
[Warning] InternetSocket.cpp@22,1: when initialized here [-Wreorder]
Pull request type