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

compile failure in wpa_supplicant debug print (IDFGH-6112) #7789

Closed
AxelLin opened this issue Oct 28, 2021 · 0 comments
Closed

compile failure in wpa_supplicant debug print (IDFGH-6112) #7789

AxelLin opened this issue Oct 28, 2021 · 0 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@AxelLin
Copy link
Contributor

AxelLin commented Oct 28, 2021

IDF version: v5.0-dev-75-g1561fbd2c5d0

Need a trivial fix for debug print:

/home/axel/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c: In function 'wpa_sm_rx_eapol':
/home/axel/esp/esp-idf/components/log/include/esp_log.h:276:27: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Werror=format=]
...
/home/axel/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c:1950:9: note: in expansion of macro 'wpa_printf'
         wpa_printf(MSG_DEBUG, "WPA: Invalid EAPOL-Key "
         ^~~~~~~~~~
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
@espressif-bot espressif-bot added the Status: Opened Issue is new label Oct 28, 2021
@github-actions github-actions bot changed the title compile failure in wpa_supplicant debug print compile failure in wpa_supplicant debug print (IDFGH-6112) Oct 28, 2021
@0xjakob 0xjakob assigned 0xjakob and unassigned 0xjakob Nov 1, 2021
@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 Nov 22, 2021
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
Projects
None yet
Development

No branches or pull requests

3 participants