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

5.0-beta1 HTTPD_SSL_CONFIG_DEFAULT incomplete (IDFGH-8157) #9653

Closed
3 tasks done
dannybackx opened this issue Aug 27, 2022 · 0 comments
Closed
3 tasks done

5.0-beta1 HTTPD_SSL_CONFIG_DEFAULT incomplete (IDFGH-8157) #9653

dannybackx opened this issue Aug 27, 2022 · 0 comments
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@dannybackx
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

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

@dannybackx dannybackx added the Type: Bug bugs in IDF label Aug 27, 2022
@espressif-bot espressif-bot added the Status: Opened Issue is new label Aug 27, 2022
@github-actions github-actions bot changed the title 5.0-beta1 HTTPD_SSL_CONFIG_DEFAULT incomplete 5.0-beta1 HTTPD_SSL_CONFIG_DEFAULT incomplete (IDFGH-8157) Aug 27, 2022
@espressif-bot espressif-bot added Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new Resolution: NA Issue resolution is unavailable labels Sep 1, 2022
espressif-bot pushed a commit that referenced this issue Sep 10, 2022
…D_SSL_CONFIG_DEFAULT`

Closes #9653
Closes IDFGH-8157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants