5.0-beta1 HTTPD_SSL_CONFIG_DEFAULT incomplete (IDFGH-8157) #9653
Labels
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
5.0 beta1
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
No response
What is the expected behavior?
not give warning
What is the actual behavior?
/home/danny/src/esp-idf/5.0/https/main/WebServer.cpp: In member function 'void WebServer::ConfigureSSLServer()':
/home/danny/src/github/esp32/esp-idf-5.0pre/esp-idf-v5.0-beta1/components/esp_https_server/include/esp_https_server.h:147:1: warning: missing initializer for member 'httpd_ssl_config::use_secure_element' [-Wmissing-field-initializers]
147 | }
| ^
/home/danny/src/esp-idf/5.0/https/main/WebServer.cpp:122:10: note: in expansion of macro 'HTTPD_SSL_CONFIG_DEFAULT'
122 | scfg = HTTPD_SSL_CONFIG_DEFAULT();
Steps to reproduce.
Build an app
Build or installation Logs.
No response
More Information.
forgot to add initializer to macro when structure definition was changed
The text was updated successfully, but these errors were encountered: