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

WiFiServer.cpp: Fix warning #7755

Merged
merged 1 commit into from
Dec 11, 2020

Commits on Dec 11, 2020

  1. WiFiServer.cpp: Fix warning

    * fix warning as below:
    
    ...\libraries\ESP8266WiFi\src\WiFiServer.cpp: In member function 'WiFiClient WiFiServer::available(byte*)':
    ...\libraries\ESP8266WiFi\src\WiFiServer.cpp:120:55: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
      120 |             tcp_backlog_accepted(_unclaimed->getPCB());
          |                                                       ^
    jjsuwa-sys3175 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    553763e View commit details
    Browse the repository at this point in the history