<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 6, 2016, at 11:50 AM, Jens Alfke via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 6, 2016, at 11:46 AM, Daniel Dunbar &lt;<a href="mailto:daniel_dunbar@apple.com" class="">daniel_dunbar@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Alegreya-Regular; font-size: 15px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Did you try an example? Swift warns about this for this very reason:</span><br class="Apple-interchange-newline"></div></blockquote></div><br class=""><div class="">I don’t get that warning with the latest Xcode 7.3.1 (Swift 2.3 IIRC.) Perhaps you’re using Swift 3? Outside of this community I don’t think many people are using Swift 3 yet.</div></div></div></blockquote><br class=""></div><div>Yes, this is a new warning produced by Swift 3, specifically introduced to address this issue.</div><div><br class=""></div><div><br class=""></div><div>file.swift:3:5:&nbsp;warning:&nbsp;expression following 'return' is treated as an argument of the 'return'<br class="">&nbsp; &nbsp;&nbsp;f0()<br class="">&nbsp; &nbsp;&nbsp;^<br class="">file.swift:3:5: note: indent the expression to silence this warning<br class="">&nbsp; &nbsp;&nbsp;f0()<br class="">&nbsp; &nbsp;&nbsp;^<br class=""></div><div>-Chris</div><br class=""></body></html>