summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/url.c')
-rw-r--r--Utilities/cmcurl/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/url.c b/Utilities/cmcurl/url.c
index bc896b3..3f4a4c3 100644
--- a/Utilities/cmcurl/url.c
+++ b/Utilities/cmcurl/url.c
@@ -192,7 +192,7 @@ RETSIGTYPE alarmfunc(int sig)
#ifdef HAVE_SIGSETJMP
siglongjmp(curl_jmpenv, 1);
#endif
- return;
+ /*return;*/ /* not reahed, and has no effect anyway */
}
#endif /* SIGALRM */
#endif /* WIN32 */