You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
compile failure in wpa_supplicant debug print
compile failure in wpa_supplicant debug print (IDFGH-6112)
Oct 28, 2021
IDF version: v5.0-dev-75-g1561fbd2c5d0
Need a trivial fix for debug print:
The text was updated successfully, but these errors were encountered: