Comment by askl
At least when using -Wall the compiler will give you the warning
<source>:5:5: warning: label 'https' defined but not used [-Wunused-label]
as a hint.At least when using -Wall the compiler will give you the warning
<source>:5:5: warning: label 'https' defined but not used [-Wunused-label]
as a hint.
That's exactly how we found an accidental copy/paste of an internal URL in our source code.