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
With the latest version I get this new warning on windows:
C:\Users\Peter\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1089-gf9b86c7\cores\esp8266\libc_replacements.c:408:22: warning: 'struct tm' declared inside parameter list [enabled by default]
time_t mktime(struct tm *timp) {
^
C:\Users\Peter\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1089-gf9b86c7\cores\esp8266\libc_replacements.c:408:22: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
Unfortunately, my skills are not as good to fix this.
Of course, I'm ignoring this warning at the time.
The text was updated successfully, but these errors were encountered:
With the latest version I get this new warning on windows:
C:\Users\Peter\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1089-gf9b86c7\cores\esp8266\libc_replacements.c:408:22: warning: 'struct tm' declared inside parameter list [enabled by default]
time_t mktime(struct tm *timp) {
^
C:\Users\Peter\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1089-gf9b86c7\cores\esp8266\libc_replacements.c:408:22: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
Unfortunately, my skills are not as good to fix this.
Of course, I'm ignoring this warning at the time.
The text was updated successfully, but these errors were encountered: