mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #987] Minor issue (compile fails with -Werror) #839
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#839
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liebman on GitHub (Dec 31, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/987
The
enableparameter is unused and if compiling where warnings are treated as errors this causes a failure.github.com/tzapu/WiFiManager@c9665adfaf/WiFiManager.cpp (L2386-L2390)@Ruandv commented on GitHub (Jan 15, 2020):
@tablatronix what is the idea of the enable I see that it was added in Nov but i cant find a reason in the code to try and assist.
@JorgeTrincado commented on GitHub (Jan 22, 2020):
Hello! I have shown a little compilation problem (at WiFiManager.h:25:24) with the new version of ESP8266 Arduino core, which redefines HTTP_HEAD as "const char HTTP_HEAD []", maybe a refactor is required, but don't know how to solve it.
This is the complete console output
Best!
@tablatronix commented on GitHub (Jan 22, 2020):
This is already fixed, don't post stuff where it doesn't belong please.
@Ruandv commented on GitHub (Jan 22, 2020):
Should the issue not be marked as closed or fixed
@tablatronix commented on GitHub (Jan 22, 2020):
I was responding comment, not the issue. anyway its fixed now regardless