Author: sebor
Date: Tue Apr 15 09:35:49 2008
New Revision: 648319
URL: http://svn.apache.org/viewvc?rev=648319&view=rev
Log:
2008-04-15 Martin Sebor <[EMAIL PROTECTED]>
* bin/xcomp.awk: Enclosed runtime warnings in parentheses
as documented in the legend at the bottom of the generated
page.
Modified:
stdcxx/trunk/bin/xcomp.awk
Modified: stdcxx/trunk/bin/xcomp.awk
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/bin/xcomp.awk?rev=648319&r1=648318&r2=648319&view=diff
==============================================================================
--- stdcxx/trunk/bin/xcomp.awk (original)
+++ stdcxx/trunk/bin/xcomp.awk Tue Apr 15 09:35:49 2008
@@ -763,8 +763,9 @@
detail = asserts
}
else if (0 < runwarns) {
+ # runtime warnings
class = "RUNWARN"
- value = runwarns
+ value = "(" runwarns ")"
}
}