<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">On Apr 4, 2016, at 3:02 PM, David Farler via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><div class=""><div class="">Just a heads up - the latest stable merge exposed a couple of switch warnings:<br class=""><br class="">swift/lib/IRGen/GenFunc.cpp:1338:13: warning: enumeration value 'CoerceAndExpand' not handled in switch [-Wswitch]<br class=""> &nbsp;&nbsp;&nbsp;switch (AI.getKind()) {<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^<br class="">swift/lib/IRGen/GenFunc.cpp:2916:13: warning: enumeration value 'CoerceAndExpand' not handled in switch [-Wswitch]<br class=""> &nbsp;&nbsp;&nbsp;switch (AI.getKind()) {<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^<br class="">2 warnings generated.<br class="">[171/926] Building CXX object lib/IRGen/CMakeFiles/swiftIRGen.dir/IRGenSIL.cpp.o<br class="">swift/lib/IRGen/IRGenSIL.cpp:1280:13: warning: enumeration value 'CoerceAndExpand' not handled in switch [-Wswitch]<br class=""> &nbsp;&nbsp;&nbsp;switch (AI.getKind()) {<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^<br class=""><br class=""><a href="https://bugs.swift.org/browse/SR-1157" class="">https://bugs.swift.org/browse/SR-1157</a><br class=""></div></div></blockquote><div><br class=""></div></div>I'll get to it. &nbsp;It's harmless for now.<div class=""><br class=""></div><div class="">John.</div></body></html>