Comment by askl

Comment by askl a day ago

1 reply

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.
rts_cts 21 hours ago

That's exactly how we found an accidental copy/paste of an internal URL in our source code.