The tiniest of tiny patches, as per a current cfe-dev discussion shown below. <br><div><br></div><div><div style="position: relative; min-height: 100%; "><div class="nH" style="width: 1583px; "><div class="nH" style="position: relative; ">
<div class="nH"><div class="no"><div class="nH nn" style="min-height: 1px; width: 1411px; "><div class="nH"><div class="nH"><div class="nH q0CeU B"><div class="l m" style="width: 1411px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(102, 148, 227); background-position: initial initial; background-repeat: initial initial; ">
<div class="l n" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(102, 148, 227); padding: inherit; margin: inherit; margin-left: 5px; background-position: initial initial; background-repeat: initial initial; ">
<div class="k" style="position: relative; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><div class="diLZtc"><div class="nH">
<div class="nH"><div class="nH"><div class="nH"><div class="nH g id" style="color: rgb(0, 0, 0); "><table class="Bs nH iY" cellpadding="0" style="position: relative; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-collapse: collapse; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); width: 1406px; background-position: initial initial; background-repeat: initial initial; ">
<tbody><tr><td class="Bu" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: arial, sans-serif; vertical-align: top; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div class="nH if" style="padding-top: 0px; padding-right: 0px; padding-bottom: 1px; padding-left: 0px; "><div class="nH"><div class="nH hx" style="color: rgb(0, 0, 0); padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px; ">
<div class="nH"><div class="h7 hn ie nH oy8Mbf" style="clear: both; padding-bottom: 0px; "><div class="Bk" style="position: relative; margin-bottom: 10px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(239, 239, 239); border-right-color: rgb(239, 239, 239); border-left-color: rgb(239, 239, 239); border-bottom-color: rgb(226, 226, 226); border-top-width: 0px; border-top-left-radius: 7px 7px; border-top-right-radius: 7px 7px; border-bottom-right-radius: 7px 7px; border-bottom-left-radius: 7px 7px; width: 1157px; ">
<div class="G3 G2" style="padding-top: 3px; background-color: rgb(255, 255, 255); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: rgb(188, 188, 188); border-bottom-color: rgb(188, 188, 188); border-left-color: rgb(188, 188, 188); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(188, 188, 188); border-top-left-radius: 7px 7px; border-top-right-radius: 7px 7px; border-bottom-right-radius: 7px 7px; border-bottom-left-radius: 7px 7px; ">
<div><div id=":128"><div class="HprMsc"><div class="gs"><div id=":126" class="ii gt" style="font-size: 13px; margin-top: 5px; margin-right: 15px; margin-bottom: 5px; margin-left: 15px; padding-bottom: 20px; position: relative; z-index: 2; ">
<div id=":127"><div style="word-wrap: break-word; "><div><div class="im" style="color: rgb(80, 0, 80); "><blockquote type="cite"><div><div><div><span style="font-family: 'Times New Roman'; font-size: medium; "><pre style="white-space: pre-wrap; ">
<span style="font-weight: bold; ">/tmp/webcompile/_1251_0.c:1:37: </span><span></span><span style="color: rgb(255, 0, 255); font-weight: bold; ">warning: </span><span></span><span style="font-weight: bold; ">use of GNU old-style field designator extension [-Wgnu-designator]
</span><span>struct Point { int x, y; } p = { x: 10 };
</span><span style="color: green; font-weight: bold; ">                                 ~~ ^
</span><span></span><span style="color: green; ">                                 .x = </span></pre></span></div><div>Shouldn't that ^ be below the x, not the 10? like this:</div><div><br></div><div><span style="font-family: 'Times New Roman'; font-size: medium; "><pre style="white-space: pre-wrap; ">
<span style="font-weight: bold; ">/tmp/webcompile/_1251_0.c:1:37: </span><span></span><span style="color: rgb(255, 0, 255); font-weight: bold; ">warning: </span><span></span><span style="font-weight: bold; ">use of GNU old-style field designator extension [-Wgnu-designator]
</span><span>struct Point { int x, y; } p = { x: 10 };
</span><span style="color: green; font-weight: bold; ">                                 ^~ 
</span><span></span><span style="color: green; ">                                 .x = </span></pre></span></div></div></div></blockquote></div><div>Yes, that'd be better. Patch welcome :)</div></div></div></div></div>
</div></div></div></div></div></div></div></div></div></div></div></td></tr></tbody></table></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>