<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; ">hello lldb developers ++<div><br></div><div>i like to reduce warnings where possible so that when they do appear, they are meaningful.</div><div><br></div><div>in compiling lldb for windows, there are a lot of warnings about #pragma mark, which is not recognized by gcc 4.2.5 for mingw.</div><div><br></div><div>i know in the past, for cross-platform work, the habit was to wrap these something like:</div><div><br></div><div><font class="Apple-style-span" face="'Andale Mono'">#if defined(__APPLE__)</font></div><div><font class="Apple-style-span" face="'Andale Mono'">#pragma mark</font></div><div><font class="Apple-style-span" face="'Andale Mono'">#endif</font></div><div><br></div><div>or even further</div><div><br></div><div><font class="Apple-style-span" face="'Andale Mono'">#ifdef USES_PRAGMA_MARK</font></div><div><font class="Apple-style-span" face="'Andale Mono'">#pragma mark</font></div><div><font class="Apple-style-span" face="'Andale Mono'">#endif</font></div><div><br></div><div>which, of course, means #defining pragma mark on the (virtual) command line or in a precompiled header for the project.</div><div><br></div><div>i don't care how exactly we do this, but i would like to have something to silence the slew of warnings when not compiling under xcode.</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="font-size: 11px; "><font class="Apple-style-span" face="Monaco"><span class="Apple-style-span" style="font-family: Helvetica; "><font class="Apple-style-span" face="Monaco"><br class="Apple-interchange-newline">++ kirk beitz : nokia : austin + san diego </font><span class="Apple-style-span" style="font-family: Monaco; ">: <a href="mailto:kirk.beitz@nokia.com">kirk.beitz@nokia.com</a> ++</span></span></font></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>